Home
last modified time | relevance | path

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

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