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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp44 void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn, argument
55 assert(!Exn && "Found more than one eh.exception call!");
56 Exn = CI;
64 if (Exn && Sel) return;
68 if (Exn && Sel) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
72 if (Exn && Sel) return;
164 CallInst *Exn = 0; local
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
167 assert(Exn
183 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); local
241 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); local
[all...]

Completed in 9 milliseconds