HomeSort by relevance Sort by last modified time
    Searched defs:getInstructionFromIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 83 /// MI = Indexes->getInstructionFromIndex(RegMaskSlot[N]);
188 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
189 return Indexes->getInstructionFromIndex(index);
SlotIndexes.h 389 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
469 if (MachineInstr *MI = getInstructionFromIndex(index))

Completed in 115 milliseconds