Home
last modified time | relevance | path

Searched refs:SlotIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp423 SlotIndex SlotIdx; in recede() local
425 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); in recede()
429 static_cast<IntervalPressure&>(P).openTop(SlotIdx); in recede()
455 if (LI && !LI->killedAt(SlotIdx)) in recede()
475 SlotIndex SlotIdx; in advance() local
477 SlotIdx = getCurrSlot(); in advance()
482 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
500 lastUse = LI && LI->killedAt(SlotIdx); in advance()
706 SlotIndex SlotIdx; in bumpDownwardPressure() local
708 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot(); in bumpDownwardPressure()
[all …]