Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp52 bool AllEntriesInvariant = true; in isLoopDead() local
71 AllEntriesInvariant = false; in isLoopDead()
79 if (!AllEntriesInvariant || !AllOutgoingValuesSame) in isLoopDead()