Searched refs:ILatency (Results 1 – 1 of 1) sorted by relevance
864 auto ILatency = computeInstCost(&I); in computeLoopCosts() local865 if (!ILatency) { in computeLoopCosts()873 IPredCost += Scaled64::get(ILatency.value()); in computeLoopCosts()874 INonPredCost += Scaled64::get(ILatency.value()); in computeLoopCosts()