Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp72 bool AllEntriesInvariant = true; in isLoopDead() local
93 AllEntriesInvariant = false; in isLoopDead()
100 if (!AllEntriesInvariant || !AllOutgoingValuesSame) in isLoopDead()