Searched defs:OPO (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp911 const MachineOperand &OPO = OnePhi->getOperand(j); local
912 if (!OPO.isReg() || !OPO.isDef())
915 unsigned OPReg = OPO.getReg();

Completed in 49 milliseconds