Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp64 bool AllOutgoingValuesSame = true; in isLoopDead() local
73 AllOutgoingValuesSame = in isLoopDead()
78 if (!AllOutgoingValuesSame) in isLoopDead()
92 if (!AllEntriesInvariant || !AllOutgoingValuesSame) in isLoopDead()