Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h76 void openBottom(SlotIndex PrevBottom);
91 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp210 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() function in IntervalPressure
218 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() function in RegionPressure
910 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
912 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()