Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1945 bool LatchNotAnalyzed = TII->analyzeBranch(*Latch, TB, FB, Tmp2, false); in createPreheaderForLoop() local
1946 (void)LatchNotAnalyzed; // suppress compiler warning in createPreheaderForLoop()
1947 assert (!LatchNotAnalyzed && "Should be analyzable!"); in createPreheaderForLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1984 bool LatchNotAnalyzed = TII->analyzeBranch(*Latch, TB, FB, Tmp2, false); in createPreheaderForLoop() local
1985 (void)LatchNotAnalyzed; // suppress compiler warning in createPreheaderForLoop()
1986 assert (!LatchNotAnalyzed && "Should be analyzable!"); in createPreheaderForLoop()