Home
last modified time | relevance | path

Searched refs:TopPos (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()
199 if (TopPos != PrevTop) in openTop()
201 TopPos = MachineBasicBlock::const_iterator(); in openTop()
294 return (static_cast<RegionPressure&>(P).TopPos == in isTopClosed()
319 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h85 MachineBasicBlock::const_iterator TopPos; member