Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp53 bool AllOutgoingValuesSame = true; in isLoopDead() local
61 AllOutgoingValuesSame = in isLoopDead()
66 if (!AllOutgoingValuesSame) in isLoopDead()
79 if (!AllEntriesInvariant || !AllOutgoingValuesSame) in isLoopDead()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp48 bool AllOutgoingValuesSame = true; in isLoopDead() local
56 AllOutgoingValuesSame = in isLoopDead()
61 if (!AllOutgoingValuesSame) in isLoopDead()
76 if (!AllEntriesInvariant || !AllOutgoingValuesSame) in isLoopDead()