Searched refs:IdxPos (Results 1 – 1 of 1) sorted by relevance
269 MachineBasicBlock::const_iterator IdxPos = CurrPos; in getCurrSlot() local270 while (IdxPos != MBB->end() && IdxPos->isDebugValue()) in getCurrSlot()271 ++IdxPos; in getCurrSlot()272 if (IdxPos == MBB->end()) in getCurrSlot()274 return LIS->getInstructionIndex(*IdxPos).getRegSlot(); in getCurrSlot()