Searched refs:NotAnalyzed (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 460 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister() local 461 if (NotAnalyzed) in findInductionRegister() 622 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount() local 623 if (NotAnalyzed) in getLoopTripCount() 634 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in getLoopTripCount() local 635 if (NotAnalyzed) in getLoopTripCount() 1647 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in fixupInductionVariable() local 1648 if (NotAnalyzed || Cond.empty()) in fixupInductionVariable() 1654 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in fixupInductionVariable() local 1655 if (NotAnalyzed) in fixupInductionVariable() [all …]
|