Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1517 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
1535 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
1538 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
1544 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
1617 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue)) in SpeculativelyExecuteBB()
1624 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
1627 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()