Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h67 void openBottom(SlotIndex PrevBottom);
82 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp167 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() function in IntervalPressure
175 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() function in RegionPressure
865 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
867 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()