Searched refs:OutlinedFnCallInstruction (Results 1 – 1 of 1) sorted by relevance
2792 CallInst *OutlinedFnCallInstruction = dyn_cast<CallInst>(OutlinedFnUser); in workshareLoopTargetCallback() local2793 assert(OutlinedFnCallInstruction && "Expected outlined function call"); in workshareLoopTargetCallback()2794 assert((OutlinedFnCallInstruction->getParent() == Preheader) && in workshareLoopTargetCallback()2797 if (OutlinedFnCallInstruction->arg_size() > 1) in workshareLoopTargetCallback()2798 LoopBodyArg = OutlinedFnCallInstruction->getArgOperand(1); in workshareLoopTargetCallback()2801 OutlinedFnCallInstruction->eraseFromParent(); in workshareLoopTargetCallback()