Home
last modified time | relevance | path

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

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