Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2405 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
2437 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
2440 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
2446 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
2488 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
2491 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()
2508 if (!SpeculatedStoreValue || &I != SpeculatedStore) in SpeculativelyExecuteBB()