Home
last modified time | relevance | path

Searched refs:ILatency (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1195 auto ILatency = computeInstCost(&I); in computeLoopCosts() local
1196 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()