Home
last modified time | relevance | path

Searched refs:GuaranteedToExecute (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1086 bool GuaranteedToExecute = in isSafeToExecuteUnconditionally() local
1089 if (!GuaranteedToExecute) { in isSafeToExecuteUnconditionally()
1100 return GuaranteedToExecute; in isSafeToExecuteUnconditionally()