Home
last modified time | relevance | path

Searched refs:IdxPos (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp269 MachineBasicBlock::const_iterator IdxPos = CurrPos; in getCurrSlot() local
270 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()