Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp753 MachineBasicBlock::const_iterator IdxPos = skipDebugInstructionsForward( in bumpDownwardPressure() local
755 if (IdxPos == MBB->end()) { in bumpDownwardPressure()
758 CurrIdx = LIS.getInstructionIndex(*IdxPos).getRegSlot(); in bumpDownwardPressure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp307 MachineBasicBlock::const_iterator IdxPos = in getCurrSlot() local
309 if (IdxPos == MBB->end()) in getCurrSlot()
311 return LIS->getInstructionIndex(*IdxPos).getRegSlot(); in getCurrSlot()