Searched refs:ILatency (Results 1 – 1 of 1) sorted by relevance
1142 auto ILatency = computeInstCost(&I); in computeLoopCosts() local1143 if (!ILatency) { in computeLoopCosts()1151 IPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1152 INonPredCost += Scaled64::get(*ILatency); in computeLoopCosts()1175 LLVM_DEBUG(dbgs() << " " << ILatency << "/" << IPredCost << "/" in computeLoopCosts()