Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2190 GapWeight.assign(NumGaps, 0.0f); in calcGapWeights()
2210 if (++Gap == NumGaps) in calcGapWeights()
2212 if (Gap == NumGaps) in calcGapWeights()
2222 if (Gap == NumGaps) in calcGapWeights()
2236 if (++Gap == NumGaps) in calcGapWeights()
2238 if (Gap == NumGaps) in calcGapWeights()
2246 if (Gap == NumGaps) in calcGapWeights()
2335 unsigned BestBefore = NumGaps; in tryLocalSplit()
2429 if (SplitAfter >= NumGaps) { in tryLocalSplit()
2440 if (BestBefore == NumGaps) in tryLocalSplit()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp638 unsigned NumGaps = J - I - 1; in encodeDefRange() local
660 sizeof(LocalVariableAddrRange) + 4 * NumGaps; in encodeDefRange()
681 assert((NumGaps == 0 || Bias <= MaxDefRange) && in encodeDefRange()