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.cpp903 const BasicBlock *InvokeBB = in getStatepoint() local
906 assert(InvokeBB && "safepoints should have unique landingpads"); in getStatepoint()
907 assert(InvokeBB->getTerminator() && in getStatepoint()
910 return cast<GCStatepointInst>(InvokeBB->getTerminator()); in getStatepoint()
H A DVerifier.cpp5688 const BasicBlock *InvokeBB = in visitIntrinsicCall() local
5693 Check(InvokeBB, "safepoints should have unique landingpads", in visitIntrinsicCall()
5695 Check(InvokeBB->getTerminator(), "safepoint block should be well formed", in visitIntrinsicCall()
5696 InvokeBB); in visitIntrinsicCall()
5697 Check(isa<GCStatepointInst>(InvokeBB->getTerminator()), in visitIntrinsicCall()
5698 "gc relocate should be linked to a statepoint", InvokeBB); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp136 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo() local
141 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()
670 BasicBlock *InvokeBB = II->getParent(); in HandleInlinedEHPad() local
673 UnwindDestPHIValues.push_back(PHI.getIncomingValueForBlock(InvokeBB)); in HandleInlinedEHPad()
779 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1626 BasicBlock *InvokeBB = Invoke->getParent(); in createShadowValueWithOperandsAvailable() local
1636 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()