Home | History | Annotate | Download | only in CodeGen

Lines Matching full:currpos

221   CurrPos = pos;
249 MachineBasicBlock::const_iterator IdxPos = CurrPos;
262 static_cast<RegionPressure&>(P).TopPos = CurrPos;
274 static_cast<RegionPressure&>(P).BottomPos = CurrPos;
520 assert(CurrPos != MBB->begin());
526 static_cast<RegionPressure&>(P).openTop(CurrPos);
530 --CurrPos;
531 while (CurrPos != MBB->begin() && CurrPos->isDebugValue());
532 assert(!CurrPos->isDebugValue());
536 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
542 const MachineInstr &MI = *CurrPos;
594 assert(CurrPos != MBB->end());
607 static_cast<RegionPressure&>(P).openBottom(CurrPos);
611 RegOpers.collect(*CurrPos, *TRI, *MRI);
646 ++CurrPos;
647 while (CurrPos != MBB->end() && CurrPos->isDebugValue());