Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp123 TopPos = BottomPos = MachineBasicBlock::const_iterator(); in reset()
156 if (BottomPos != PrevBottom) in openBottom()
158 BottomPos = MachineBasicBlock::const_iterator(); in openBottom()
243 return (static_cast<RegionPressure&>(P).BottomPos == in isBottomClosed()
274 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h68 MachineBasicBlock::const_iterator BottomPos; member