Searched refs:PrevBottom (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h77 void openBottom(SlotIndex PrevBottom);
92 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp210 void IntervalPressure::openBottom(SlotIndex PrevBottom) { argument
211 if (BottomIdx > PrevBottom)
218 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { argument
219 if (BottomPos != PrevBottom)

Completed in 164 milliseconds