Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp244 bool phiMayWrapOrUnderflow(MachineInstr *Phi, const MachineOperand *EndVal,
251 const MachineOperand *EndVal,
1388 MachineInstr *Phi, const MachineOperand *EndVal, MachineBasicBlock *MBB, in phiMayWrapOrUnderflow() argument
1395 if (loopCountMayWrapOrUnderFlow(&(Phi->getOperand(i)), EndVal, in phiMayWrapOrUnderflow()
1416 const MachineOperand *InitVal, const MachineOperand *EndVal, in loopCountMayWrapOrUnderFlow() argument
1423 if (!EndVal->isImm()) in loopCountMayWrapOrUnderFlow()
1430 return (EndVal->getImm() == Imm); in loopCountMayWrapOrUnderFlow()
1444 if (Def->isPHI() && !phiMayWrapOrUnderflow(Def, EndVal, Def->getParent(), in loopCountMayWrapOrUnderFlow()
1448 EndVal, Def->getParent(), in loopCountMayWrapOrUnderFlow()