Searched defs:CurrPos (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h154 MachineBasicBlock::const_iterator CurrPos; member in class:llvm::RegPressureTracker
179 MachineBasicBlock::const_iterator getPos() const { return CurrPos; }
183 // CurrPos. Since the pressure is computed before CurrPos, the iterator
185 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; }

Completed in 90 milliseconds