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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp49 void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn, argument
60 assert(!Exn && "Found more than one eh.exception call!");
61 Exn = CI;
69 if (Exn && Sel) return;
73 if (Exn && Sel) return;
76 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
77 if (Exn && Sel) return;
169 CallInst *Exn = 0; local
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
172 assert(Exn
188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); local
245 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); local
[all...]

Completed in 62 milliseconds