Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2776 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
2817 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
2846 bool Convert = SpeculatedStore != nullptr; in SpeculativelyExecuteBB()
2860 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
2866 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()
2867 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
2868 SpeculatedStore->getDebugLoc()); in SpeculativelyExecuteBB()
2878 if (!SpeculatedStoreValue || &I != SpeculatedStore) in SpeculativelyExecuteBB()