Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp182 TopPos = BottomPos = MachineBasicBlock::const_iterator(); in reset()
215 if (BottomPos != PrevBottom) in openBottom()
217 BottomPos = MachineBasicBlock::const_iterator(); in openBottom()
302 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()
331 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h86 MachineBasicBlock::const_iterator BottomPos; member