Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3203 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()
[all …]