Searched refs:GapWeight (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2131 /// GapWeight[i] represents the gap between UseSlots[i] and UseSlots[i+1].
2134 SmallVectorImpl<float> &GapWeight) {
2146 GapWeight.assign(NumGaps, 0.0f);
2174 GapWeight[Gap] = std::max(GapWeight[Gap], weight);
2198 GapWeight[Gap] = huge_valf;
2298 SmallVector<float, 8> GapWeight; local
2304 calcGapWeights(PhysReg, GapWeight);
2309 GapWeight[RegMaskGaps[i]] = huge_valf;
2317 // MaxGap should always be max(GapWeight[SplitBefor
2133 calcGapWeights(unsigned PhysReg, SmallVectorImpl<float> &GapWeight) argument
[all...]

Completed in 158 milliseconds