Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2297 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects() local
2298 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()
2301 if ((ThenCE && !isSafeToSpeculativelyExecute(ThenCE)) || in validateAndCostRequiredSelects()
2305 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()