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