Home | History | Annotate | Download | only in Scalar

Lines Matching refs:UnwindBlock

1500     BasicBlock *UnwindBlock = ToReplace->getUnwindDest();
1501 assert(!isa<PHINode>(UnwindBlock->begin()) &&
1502 UnwindBlock->getUniquePredecessor() &&
1505 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt());
1512 UnwindBlock->getLandingPadInst(), 1, "relocate_token"));