Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2015 bool StoreIsGuanteedToExecute = false; in promoteLoopAccessesToScalars() local
2105 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2222 if (FoundLoadToPromote || !StoreIsGuanteedToExecute) { in promoteLoopAccessesToScalars()