Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1504 GapWeight.assign(NumGaps, 0.0f); in calcGapWeights()
1524 if (++Gap == NumGaps) in calcGapWeights()
1526 if (Gap == NumGaps) in calcGapWeights()
1536 if (Gap == NumGaps) in calcGapWeights()
1550 if (++Gap == NumGaps) in calcGapWeights()
1552 if (Gap == NumGaps) in calcGapWeights()
1560 if (Gap == NumGaps) in calcGapWeights()
1650 unsigned BestBefore = NumGaps; in tryLocalSplit()
1744 if (SplitAfter >= NumGaps) { in tryLocalSplit()
1755 if (BestBefore == NumGaps) in tryLocalSplit()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp655 unsigned NumGaps = J - I - 1; in encodeDefRange() local
675 sizeof(LocalVariableAddrRange) + 4 * NumGaps; in encodeDefRange()
696 assert((NumGaps == 0 || Bias <= MaxDefRange) && in encodeDefRange()