Searched refs:InvokeBB (Results 1 – 4 of 4) sorted by relevance
903 const BasicBlock *InvokeBB = in getStatepoint() local906 assert(InvokeBB && "safepoints should have unique landingpads"); in getStatepoint()907 assert(InvokeBB->getTerminator() && in getStatepoint()910 return cast<GCStatepointInst>(InvokeBB->getTerminator()); in getStatepoint()
5688 const BasicBlock *InvokeBB = in visitIntrinsicCall() local5693 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()
136 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo() local141 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()670 BasicBlock *InvokeBB = II->getParent(); in HandleInlinedEHPad() local673 UnwindDestPHIValues.push_back(PHI.getIncomingValueForBlock(InvokeBB)); in HandleInlinedEHPad()779 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
1626 BasicBlock *InvokeBB = Invoke->getParent(); in createShadowValueWithOperandsAvailable() local1636 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()