Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp186 TopPos = BottomPos = MachineBasicBlock::const_iterator(); in reset()
203 if (TopPos != PrevTop) in openTop()
205 TopPos = MachineBasicBlock::const_iterator(); in openTop()
298 return (static_cast<RegionPressure&>(P).TopPos == in isTopClosed()
323 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h85 MachineBasicBlock::const_iterator TopPos; member