Home
last modified time | relevance | path

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

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