Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp453 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister() local
454 if (NotAnalyzed) in findInductionRegister()
615 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount() local
616 if (NotAnalyzed) in getLoopTripCount()
627 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in getLoopTripCount() local
628 if (NotAnalyzed) in getLoopTripCount()
1682 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in fixupInductionVariable() local
1683 if (NotAnalyzed || Cond.empty()) in fixupInductionVariable()
1689 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in fixupInductionVariable() local
1690 if (NotAnalyzed) in fixupInductionVariable()
[all …]