Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1315 GapWeight.assign(NumGaps, 0.0f); in calcGapWeights()
1335 if (++Gap == NumGaps) in calcGapWeights()
1337 if (Gap == NumGaps) in calcGapWeights()
1347 if (Gap == NumGaps) in calcGapWeights()
1361 if (++Gap == NumGaps) in calcGapWeights()
1363 if (Gap == NumGaps) in calcGapWeights()
1371 if (Gap == NumGaps) in calcGapWeights()
1461 unsigned BestBefore = NumGaps; in tryLocalSplit()
1555 if (SplitAfter >= NumGaps) { in tryLocalSplit()
1566 if (BestBefore == NumGaps) in tryLocalSplit()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp639 unsigned NumGaps = J - I - 1; in encodeDefRange() local
661 sizeof(LocalVariableAddrRange) + 4 * NumGaps; in encodeDefRange()
682 assert((NumGaps == 0 || Bias <= MaxDefRange) && in encodeDefRange()