Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h90 void openTop(MachineBasicBlock::const_iterator PrevTop);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp202 void RegionPressure::openTop(MachineBasicBlock::const_iterator PrevTop) { in openTop() argument
203 if (TopPos != PrevTop) in openTop()