Searched refs:OutlinedFnCallInstruction (Results 1 – 1 of 1) sorted by relevance
4332 CallInst *OutlinedFnCallInstruction = dyn_cast<CallInst>(OutlinedFnUser); in workshareLoopTargetCallback() local4333 assert(OutlinedFnCallInstruction && "Expected outlined function call"); in workshareLoopTargetCallback()4334 assert((OutlinedFnCallInstruction->getParent() == Preheader) && in workshareLoopTargetCallback()4337 if (OutlinedFnCallInstruction->arg_size() > 1) in workshareLoopTargetCallback()4338 LoopBodyArg = OutlinedFnCallInstruction->getArgOperand(1); in workshareLoopTargetCallback()4341 OutlinedFnCallInstruction->eraseFromParent(); in workshareLoopTargetCallback()