Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h76 void openBottom(SlotIndex PrevBottom);
91 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/openbsd-src/gnu/llvm/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
909 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
911 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()