Searched refs:OutlinedFnCallInstruction (Results 1 – 1 of 1) sorted by relevance
4617 CallInst *OutlinedFnCallInstruction = dyn_cast<CallInst>(OutlinedFnUser); in workshareLoopTargetCallback() local4618 assert(OutlinedFnCallInstruction && "Expected outlined function call"); in workshareLoopTargetCallback()4619 assert((OutlinedFnCallInstruction->getParent() == Preheader) && in workshareLoopTargetCallback()4622 if (OutlinedFnCallInstruction->arg_size() > 1) in workshareLoopTargetCallback()4623 LoopBodyArg = OutlinedFnCallInstruction->getArgOperand(1); in workshareLoopTargetCallback()4626 OutlinedFnCallInstruction->eraseFromParent(); in workshareLoopTargetCallback()