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

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp1325 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); local
1326 if (InstSlot > LastUse && InstSlot < OldIdx)
1327 LastUse = InstSlot.getRegSlot();
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp298 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); local
299 if (InstSlot >= First && InstSlot <= Last)

Completed in 76 milliseconds