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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1991 Value *SpeculatedStoreValue = nullptr; local
2011 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore(
2014 if (!SpeculatedStoreValue &&
2020 if (SpeculatedStoreValue)
2091 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue))
2098 if (SpeculatedStoreValue) {
2101 Value *FalseV = SpeculatedStoreValue;

Completed in 110 milliseconds