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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h77 /// MI = Indexes->getInstructionFromIndex(RegMaskSlot[N]);
209 MachineInstr* getInstructionFromIndex(SlotIndex index) const { function in class:llvm::LiveIntervals
210 return Indexes->getInstructionFromIndex(index);
H A DSlotIndexes.h423 MachineInstr* getInstructionFromIndex(SlotIndex index) const { function in class:llvm::SlotIndexes
507 if (MachineInstr *MI = getInstructionFromIndex(index))

Completed in 75 milliseconds