Home | History | Annotate | Download | only in Utils

Lines Matching refs:OrigCost

1703     unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0;
1707 if (OrigCost + ThenCost > MaxCost)