Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2406 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
2447 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
2476 bool Convert = SpeculatedStore != nullptr; in SpeculativelyExecuteBB()
2490 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
2496 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()
2497 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
2498 SpeculatedStore->getDebugLoc()); in SpeculativelyExecuteBB()
2508 if (!SpeculatedStoreValue || &I != SpeculatedStore) in SpeculativelyExecuteBB()