Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1622 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
1640 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
1643 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
1649 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
1721 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue)) in SpeculativelyExecuteBB()
1728 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
1731 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1953 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local
1973 !(HoistCondStores && (SpeculatedStoreValue = isSafeToSpeculateStore( in SpeculativelyExecuteBB()
1976 if (!SpeculatedStoreValue && in SpeculativelyExecuteBB()
1982 if (SpeculatedStoreValue) in SpeculativelyExecuteBB()
2053 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue)) in SpeculativelyExecuteBB()
2060 if (SpeculatedStoreValue) { in SpeculativelyExecuteBB()
2063 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB()