Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1495 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
1513 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
1516 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
1522 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
1595 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue)) in SpeculativelyExecuteBB()
1602 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
1605 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()