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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h183 SlotIndex getInstructionIndex(const MachineInstr *instr) const { function in class:llvm::LiveIntervals
184 return Indexes->getInstructionIndex(instr);
H A DSlotIndexes.h380 SlotIndex getInstructionIndex(const MachineInstr *MI) const { function in class:llvm::SlotIndexes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java96 public int getInstructionIndex() { method in class:AnalyzedInstruction
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp166 /// getInstructionIndex - Get or calculate the index of the specified
168 unsigned getInstructionIndex(const Instruction *I) { function in class:__anon9755::LargeBlockInfo
863 StoreIndex = LBI.getInstructionIndex(OnlyStore);
865 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
939 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
964 unsigned LoadIdx = LBI.getInstructionIndex(LI);

Completed in 124 milliseconds