Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp863 bool GuaranteedToExecute = false; in promoteLoopAccessesToScalars() local
926 GuaranteedToExecute = true; in promoteLoopAccessesToScalars()
930 if (!GuaranteedToExecute) in promoteLoopAccessesToScalars()
931 GuaranteedToExecute = isGuaranteedToExecute(*UI, DT, in promoteLoopAccessesToScalars()
950 if (!GuaranteedToExecute) in promoteLoopAccessesToScalars()