Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1518 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
1545 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
1626 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
1632 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()