Searched refs:ThenCost (Results 1 – 1 of 1) sorted by relevance
1704 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE, TTI) : 0; in SpeculativelyExecuteBB() local1707 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()