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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2029 StoreInst *SpeculatedStore = nullptr; local
2058 SpeculatedStore = cast<StoreInst>(I);
2137 Value *TrueV = SpeculatedStore->getValueOperand();
2143 SpeculatedStore->setOperand(0, S);
2144 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(),
2145 SpeculatedStore->getDebugLoc());
2153 if (!SpeculatedStoreValue || &I != SpeculatedStore)

Completed in 123 milliseconds