Searched refs:ILatency (Results 1 – 1 of 1) sorted by relevance
1195 auto ILatency = computeInstCost(&I); in computeLoopCosts() local1196 if (!ILatency) { in computeLoopCosts()1204 IPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1205 INonPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1228 LLVM_DEBUG(dbgs() << " " << ILatency << "/" << IPredCost << "/" in computeLoopCosts()