Home
last modified time | relevance | path

Searched refs:IdxPos (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp311 MachineBasicBlock::const_iterator IdxPos = in getCurrSlot() local
313 if (IdxPos == MBB->end()) in getCurrSlot()
315 return LIS->getInstructionIndex(*IdxPos).getRegSlot(); in getCurrSlot()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp311 MachineBasicBlock::const_iterator IdxPos = in getCurrSlot() local
313 if (IdxPos == MBB->end()) in getCurrSlot()
315 return LIS->getInstructionIndex(*IdxPos).getRegSlot(); in getCurrSlot()