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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp50 CallInst *&Sel,
64 assert(!Sel && "Found more than one eh.selector call!");
65 Sel = CI;
69 if (Exn && Sel) return;
73 if (Exn && Sel) return;
76 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
77 if (Exn && Sel) return;
170 CallInst *Sel = 0; local
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
172 assert(Exn && Sel
49 FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn, CallInst *&Sel, SmallPtrSet<BasicBlock*, 8> &Visited) argument
189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); local
246 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); local
[all...]

Completed in 55 milliseconds