Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1961 bool StoreIsGuanteedToExecute = false; in promoteLoopAccessesToScalars() local
2044 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2162 if (FoundLoadToPromote || !StoreIsGuanteedToExecute) { in promoteLoopAccessesToScalars()