Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp1674 unsigned UWeight = RegBank.getRegUnit(*UnitI).Weight; in computeUberWeights() local
1675 if (!UWeight) { in computeUberWeights()
1676 UWeight = 1; in computeUberWeights()
1677 RegBank.increaseRegUnitWeight(*UnitI, UWeight); in computeUberWeights()
1679 Weight += UWeight; in computeUberWeights()