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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2103 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); local
2104 if (!OrigCE && !ThenCE)
2107 if ((ThenCE && !isSafeToSpeculativelyExecute(ThenCE)) ||
2111 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0;

Completed in 62 milliseconds