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

/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp444 SlotIndex SlotIdx; local
446 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
450 static_cast<IntervalPressure&>(P).openTop(SlotIdx);
493 if (!LI->killedAt(SlotIdx))
513 SlotIndex SlotIdx; local
515 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
520 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
544 if (LI->killedAt(SlotIdx)) {
761 SlotIndex SlotIdx = LIS->getInstructionIndex(MI).getRegSlot(); local
768 if (LI->killedAt(SlotIdx)
[all...]

Completed in 123 milliseconds