Searched refs:SlotIdx (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp480 SlotIndex SlotIdx; local
482 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
486 static_cast<IntervalPressure&>(P).openTop(SlotIdx);
506 LiveQueryResult LRQ = LR->Query(SlotIdx);
532 LiveQueryResult LRQ = LR->Query(SlotIdx);
565 SlotIndex SlotIdx; local
567 SlotIdx = getCurrSlot();
572 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
590 lastUse = LR && LR->Query(SlotIdx).isKill();
726 SlotIndex SlotIdx local
914 SlotIndex SlotIdx; local
[all...]

Completed in 88 milliseconds