Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1954 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
1983 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
2062 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
2068 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()
2069 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
2070 SpeculatedStore->getDebugLoc()); in SpeculativelyExecuteBB()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1623 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
1650 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
1730 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
1736 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()