Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3202 Value *SpeculatedStoreValue = nullptr; in speculativelyExecuteBB() local
3241 !(HoistCondStores && !SpeculatedStoreValue && in speculativelyExecuteBB()
3242 (SpeculatedStoreValue = in speculativelyExecuteBB()
3245 if (!IsSafeCheapLoadStore && !SpeculatedStoreValue && in speculativelyExecuteBB()
3251 if (!SpeculatedStore && SpeculatedStoreValue) in speculativelyExecuteBB()
3291 if (SpeculatedStoreValue) { in speculativelyExecuteBB()
3295 Value *FalseV = SpeculatedStoreValue; in speculativelyExecuteBB()
3344 if (!SpeculatedStoreValue || &I != SpeculatedStore) { in speculativelyExecuteBB()