Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2990 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
3024 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
3027 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
3033 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
3072 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
3076 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()
3124 if (!SpeculatedStoreValue || &I != SpeculatedStore) { in SpeculativelyExecuteBB()