Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2150 GapWeight.assign(NumGaps, 0.0f); in calcGapWeights()
2170 if (++Gap == NumGaps) in calcGapWeights()
2172 if (Gap == NumGaps) in calcGapWeights()
2182 if (Gap == NumGaps) in calcGapWeights()
2196 if (++Gap == NumGaps) in calcGapWeights()
2198 if (Gap == NumGaps) in calcGapWeights()
2206 if (Gap == NumGaps) in calcGapWeights()
2295 unsigned BestBefore = NumGaps; in tryLocalSplit()
2389 if (SplitAfter >= NumGaps) { in tryLocalSplit()
2400 if (BestBefore == NumGaps) in tryLocalSplit()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp642 unsigned NumGaps = J - I - 1; in encodeDefRange() local
664 sizeof(LocalVariableAddrRange) + 4 * NumGaps; in encodeDefRange()
685 assert((NumGaps == 0 || Bias <= MaxDefRange) && in encodeDefRange()