Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h77 LLVM_ABI void openBottom(SlotIndex PrevBottom);
92 LLVM_ABI void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp206 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() function in IntervalPressure
214 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() function in RegionPressure
895 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
897 static_cast<RegionPressure&>(P).openBottom(CurrPos); in advance()