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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/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();
2386 Instruction *Inst = InstructionList[Record[0]];
2394 Inst
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2090 Instruction *Inst = InstructionList[Record[0]];
2098 Inst->setMetadata(I->second, cast<MDNode>(Node));

Completed in 79 milliseconds