Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3049 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
3083 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
3086 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
3092 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
3131 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
3135 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()
3183 if (!SpeculatedStoreValue || &I != SpeculatedStore) { in SpeculativelyExecuteBB()