Searched refs:LCond (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 633 SmallVector<MachineOperand,2> LCond; in getLoopTripCount() local 634 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in getLoopTripCount() 1653 SmallVector<MachineOperand,2> LCond; in fixupInductionVariable() local 1654 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in fixupInductionVariable()
|