Searched refs:ILatency (Results 1 – 1 of 1) sorted by relevance
1312 auto ILatency = computeInstCost(&I); in computeLoopCosts() local1313 if (!ILatency) { in computeLoopCosts()1321 IPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1322 INonPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1346 LLVM_DEBUG(dbgs() << " " << ILatency << "/" << IPredCost << "/" in computeLoopCosts()