Home
last modified time | relevance | path

Searched refs:InvokeBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp857 const BasicBlock *InvokeBB = in getStatepoint() local
860 assert(InvokeBB && "safepoints should have unique landingpads"); in getStatepoint()
861 assert(InvokeBB->getTerminator() && in getStatepoint()
864 return cast<GCStatepointInst>(InvokeBB->getTerminator()); in getStatepoint()
H A DVerifier.cpp5947 const BasicBlock *InvokeBB = in visitIntrinsicCall() local
5952 Check(InvokeBB, "safepoints should have unique landingpads", in visitIntrinsicCall()
5954 Check(InvokeBB->getTerminator(), "safepoint block should be well formed", in visitIntrinsicCall()
5955 InvokeBB); in visitIntrinsicCall()
5956 Check(isa<GCStatepointInst>(InvokeBB->getTerminator()), in visitIntrinsicCall()
5957 "gc relocate should be linked to a statepoint", InvokeBB); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp141 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo() local
146 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()
689 BasicBlock *InvokeBB = II->getParent(); in HandleInlinedEHPad() local
692 UnwindDestPHIValues.push_back(PHI.getIncomingValueForBlock(InvokeBB)); in HandleInlinedEHPad()
798 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1680 BasicBlock *InvokeBB = Invoke->getParent(); in createShadowValueWithOperandsAvailable() local
1690 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()