Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1696 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in SpeculativelyExecuteBB() local
1697 if (!OrigCE && !ThenCE) in SpeculativelyExecuteBB()
1700 if ((ThenCE && !isSafeToSpeculativelyExecute(ThenCE)) || in SpeculativelyExecuteBB()
1704 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; in SpeculativelyExecuteBB()