Lines Matching refs:CurrPos
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()) {
457 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
464 CurrPos, RegOpers);
509 if (CurrPos == MBB->end()) {
525 static_cast<RegionPressure&>(P).openBottom(CurrPos);
529 collectOperands(CurrPos, RegOpers);
568 ++CurrPos;
569 while (CurrPos != MBB->end() && CurrPos->isDebugValue());