Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp810 bool GuaranteedToExecute = false; in promoteLoopAccessesToScalars() local
873 GuaranteedToExecute = true; in promoteLoopAccessesToScalars()
877 if (!GuaranteedToExecute) in promoteLoopAccessesToScalars()
878 GuaranteedToExecute = isGuaranteedToExecute(*UI, DT, in promoteLoopAccessesToScalars()
897 if (!GuaranteedToExecute) in promoteLoopAccessesToScalars()