Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1963 bool LatchNotAnalyzed = TII->analyzeBranch(*Latch, TB, FB, Tmp2, false); in createPreheaderForLoop() local
1964 (void)LatchNotAnalyzed; // suppress compiler warning in createPreheaderForLoop()
1965 assert (!LatchNotAnalyzed && "Should be analyzable!"); in createPreheaderForLoop()