Searched defs:UnwindDest (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp165 BasicBlock *UnwindDest = Inst->getUnwindDest(); local
166 if (UnwindDest->isLandingPad()) continue; // Already converted.
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
185 BasicBlock *UnwindDest = Invoke->getUnwindDest(); local
186 Function *F = UnwindDest->getParent();
204 if (!UnwindDest->getSinglePredecessor()) {
208 UnwindDest->getParent());
209 BranchInst::Create(UnwindDest, NewBB);
214 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
221 UnwindDest
[all...]

Completed in 36 milliseconds