Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1496 StoreInst *SpeculatedStore = nullptr; in SpeculativelyExecuteBB() local
1523 SpeculatedStore = cast<StoreInst>(I); in SpeculativelyExecuteBB()
1604 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB()
1610 SpeculatedStore->setOperand(0, S); in SpeculativelyExecuteBB()