Home
last modified time | relevance | path

Searched refs:SpeculatedStore (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3050 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
3093 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 …]