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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1591 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV); local
1593 if (!OrigCE && !ThenCE)
1597 (OrigCE && !isSafeToSpeculativelyExecute(OrigCE)))
1599 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0;

Completed in 231 milliseconds