Lines Matching refs:TheCall
1071 CallInst *TheCall) { in insertLifetimeMarkersSurroundingCall() argument
1075 Instruction *Term = TheCall->getParent()->getTerminator(); in insertLifetimeMarkersSurroundingCall()
1087 TheCall->getFunction()) && in insertLifetimeMarkersSurroundingCall()
1095 CastInst::CreatePointerCast(Mem, Int8PtrTy, "lt.cast", TheCall); in insertLifetimeMarkersSurroundingCall()
1100 Marker->insertBefore(TheCall); in insertLifetimeMarkersSurroundingCall()
1467 CallInst &TheCall) { in fixupDebugInfoPostExtraction() argument
1564 if (!TheCall.getDebugLoc()) in fixupDebugInfoPostExtraction()
1565 TheCall.setDebugLoc(DILocation::get(Ctx, 0, 0, OldSP)); in fixupDebugInfoPostExtraction()
1715 CallInst *TheCall = in extractCodeRegion() local
1723 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
1760 fixupDebugInfoPostExtraction(*oldFunction, *newFunction, *TheCall); in extractCodeRegion()