Searched refs:SpeculatedStoreValue (Results 1 – 1 of 1) sorted by relevance
1495 Value *SpeculatedStoreValue = nullptr; in SpeculativelyExecuteBB() local1513 !(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()