Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp186 TopPos = BottomPos = MachineBasicBlock::const_iterator(); in reset()
219 if (BottomPos != PrevBottom) in openBottom()
221 BottomPos = MachineBasicBlock::const_iterator(); in openBottom()
306 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()
335 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h85 MachineBasicBlock::const_iterator BottomPos; member