Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1959 bool StoreIsGuanteedToExecute = false; in promoteLoopAccessesToScalars() local
2055 StoreIsGuanteedToExecute |= GuaranteedToExecute; in promoteLoopAccessesToScalars()
2170 StoreIsGuanteedToExecute ? AATags : AAMDNodes(), in promoteLoopAccessesToScalars()
2176 if (FoundLoadToPromote || !StoreIsGuanteedToExecute) { in promoteLoopAccessesToScalars()