Searched refs:SpeculatedStore (Results 1 – 1 of 1) sorted by relevance
3050 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local3093 SpeculatedStore = cast<StoreInst>(&I); in SpeculativelyExecuteBB()3119 bool Convert = SpeculatedStore != nullptr; in SpeculativelyExecuteBB()3133 Value *OrigV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()3134 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()3140 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()3141 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()3142 SpeculatedStore->getDebugLoc()); in SpeculativelyExecuteBB()3172 for_each(at::getAssignmentMarkers(SpeculatedStore), replaceVariable); in SpeculativelyExecuteBB()3173 for_each(at::getDVRAssignmentMarkers(SpeculatedStore), replaceVariable); in SpeculativelyExecuteBB()[all …]