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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp158 InvokeInst *Inst = dyn_cast<InvokeInst>(BB->getTerminator()); local
159 if (!Inst) continue;
160 BasicBlock *UnwindDest = Inst->getUnwindDest();
168 InvokeToIntrinsicsMap[Inst] = std::make_pair(Exn, Sel);
259 Instruction *Inst = *I; local
260 Inst->eraseFromParent();
285 Instruction *Inst = &*I++; local
286 Inst->eraseFromParent();
2405 Instruction *Inst = InstructionList[Record[0]];
2413 Inst
[all...]

Completed in 44 milliseconds