Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1334 bool FoundBump = false; in orderBumpCompare() local
1348 FoundBump = true; in orderBumpCompare()
1352 assert (FoundBump && "Cannot determine instruction order"); in orderBumpCompare()
1353 return FoundBump; in orderBumpCompare()