Home
last modified time | relevance | path

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

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