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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1704 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; local
1707 if (OrigCost + ThenCost > MaxCost)

Completed in 1360 milliseconds