Lines Matching refs:TheCall
1092 CallInst *TheCall) { in insertLifetimeMarkersSurroundingCall() argument
1096 Instruction *Term = TheCall->getParent()->getTerminator(); in insertLifetimeMarkersSurroundingCall()
1108 TheCall->getFunction()) && in insertLifetimeMarkersSurroundingCall()
1116 CastInst::CreatePointerCast(Mem, Int8PtrTy, "lt.cast", TheCall); in insertLifetimeMarkersSurroundingCall()
1121 Marker->insertBefore(TheCall); in insertLifetimeMarkersSurroundingCall()
1523 CallInst &TheCall) { in fixupDebugInfoPostExtraction() argument
1620 if (!TheCall.getDebugLoc()) in fixupDebugInfoPostExtraction()
1621 TheCall.setDebugLoc(DILocation::get(Ctx, 0, 0, OldSP)); in fixupDebugInfoPostExtraction()
1785 CallInst *TheCall = in extractCodeRegion() local
1793 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
1830 fixupDebugInfoPostExtraction(*oldFunction, *newFunction, *TheCall); in extractCodeRegion()