HomeSort by relevance Sort by last modified time
    Searched refs:CurrPos (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 225 CurrPos = pos;
262 MachineBasicBlock::const_iterator IdxPos = CurrPos;
275 static_cast<RegionPressure&>(P).TopPos = CurrPos;
293 static_cast<RegionPressure&>(P).BottomPos = CurrPos;
435 if (CurrPos == MBB->begin()) {
444 static_cast<RegionPressure&>(P).openTop(CurrPos);
448 --CurrPos;
449 while (CurrPos != MBB->begin() && CurrPos->isDebugValue());
451 if (CurrPos->isDebugValue())
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 196 MachineBasicBlock::const_iterator CurrPos;
229 MachineBasicBlock::const_iterator getPos() const { return CurrPos; }
233 // CurrPos. Since the pressure is computed before CurrPos, the iterator
235 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; }

Completed in 1987 milliseconds