Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp608 MachineInstr *IV_Phi = MRI->getVRegDef(IVReg); in getLoopTripCount() local
610 for (unsigned i = 1, n = IV_Phi->getNumOperands(); i < n; i += 2) { in getLoopTripCount()
611 MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB(); in getLoopTripCount()
613 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
615 IVReg = IV_Phi->getOperand(i).getReg(); // Want IV reg after bump. in getLoopTripCount()