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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp160 BasicBlock *UnwindDest = Inst->getUnwindDest(); local
161 if (UnwindDest->isLandingPad()) continue; // Already converted.
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
180 BasicBlock *UnwindDest = Invoke->getUnwindDest(); local
181 Function *F = UnwindDest->getParent();
199 if (!UnwindDest->getSinglePredecessor()) {
203 UnwindDest->getParent());
204 BranchInst::Create(UnwindDest, NewBB);
209 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
216 UnwindDest
[all...]

Completed in 44 milliseconds