Home
last modified time | relevance | path

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

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