Searched refs:InvokeBB (Results 1 – 4 of 4) sorted by relevance
857 const BasicBlock *InvokeBB = in getStatepoint() local860 assert(InvokeBB && "safepoints should have unique landingpads"); in getStatepoint()861 assert(InvokeBB->getTerminator() && in getStatepoint()864 return cast<GCStatepointInst>(InvokeBB->getTerminator()); in getStatepoint()
5947 const BasicBlock *InvokeBB = in visitIntrinsicCall() local5952 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()
141 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo() local146 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()689 BasicBlock *InvokeBB = II->getParent(); in HandleInlinedEHPad() local692 UnwindDestPHIValues.push_back(PHI.getIncomingValueForBlock(InvokeBB)); in HandleInlinedEHPad()798 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
1680 BasicBlock *InvokeBB = Invoke->getParent(); in createShadowValueWithOperandsAvailable() local1690 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()