Searched refs:SpeculatedStore (Results 1 – 1 of 1) sorted by relevance
3203 StoreInst *SpeculatedStore = nullptr; in speculativelyExecuteBB() local3251 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()[all …]