Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp694 bool GuaranteedToExecute = false; in PromoteAliasSet() local
750 GuaranteedToExecute = true; in PromoteAliasSet()
754 if (!GuaranteedToExecute) in PromoteAliasSet()
755 GuaranteedToExecute = isGuaranteedToExecute(*Use); in PromoteAliasSet()
765 if (!GuaranteedToExecute) in PromoteAliasSet()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp884 bool GuaranteedToExecute = false; in promoteLoopAccessesToScalars() local
951 if (!GuaranteedToExecute && !CanSpeculateLoad) in promoteLoopAccessesToScalars()
975 GuaranteedToExecute = true; in promoteLoopAccessesToScalars()
978 } else if (!GuaranteedToExecute) { in promoteLoopAccessesToScalars()
979 GuaranteedToExecute = in promoteLoopAccessesToScalars()
983 if (!GuaranteedToExecute && !CanSpeculateLoad) { in promoteLoopAccessesToScalars()
1004 bool PromotionIsLegal = GuaranteedToExecute; in promoteLoopAccessesToScalars()