Lines Matching refs:SpeculatedStore
3203 StoreInst *SpeculatedStore = nullptr; in speculativelyExecuteBB() local
3251 if (!SpeculatedStore && SpeculatedStoreValue) in speculativelyExecuteBB()
3252 SpeculatedStore = cast<StoreInst>(&I); in speculativelyExecuteBB()
3279 SpeculatedStore != nullptr || !SpeculatedConditionalLoadsStores.empty(); in speculativelyExecuteBB()
3293 Value *OrigV = SpeculatedStore->getValueOperand(); in speculativelyExecuteBB()
3294 Value *TrueV = SpeculatedStore->getValueOperand(); in speculativelyExecuteBB()
3301 SpeculatedStore->setOperand(0, S); in speculativelyExecuteBB()
3302 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in speculativelyExecuteBB()
3303 SpeculatedStore->getDebugLoc()); in speculativelyExecuteBB()
3333 for_each(at::getAssignmentMarkers(SpeculatedStore), replaceVariable); in speculativelyExecuteBB()
3334 for_each(at::getDVRAssignmentMarkers(SpeculatedStore), replaceVariable); in speculativelyExecuteBB()
3344 if (!SpeculatedStoreValue || &I != SpeculatedStore) { in speculativelyExecuteBB()