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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp45 CallInst *&Sel,
59 assert(!Sel && "Found more than one eh.selector call!");
60 Sel = CI;
64 if (Exn && Sel) return;
68 if (Exn && Sel) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
72 if (Exn && Sel) return;
165 CallInst *Sel = 0; local
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
167 assert(Exn && Sel
44 FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn, CallInst *&Sel, SmallPtrSet<BasicBlock*, 8> &Visited) argument
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); local
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); local
[all...]

Completed in 47 milliseconds