Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1421 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
1440 (SpeculatedStoreValue = isSafeToSpeculateStore(I, BB, ThenBB, in SpeculativelyExecuteBB()
1443 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
1448 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
1514 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue)) in SpeculativelyExecuteBB()
1521 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
1524 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()