Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1600 SmallVector<unsigned, 8> RegMaskGaps; in tryLocalSplit() local
1620 RegMaskGaps.push_back(I); in tryLocalSplit()
1667 for (unsigned I = 0, E = RegMaskGaps.size(); I != E; ++I) in tryLocalSplit()
1668 GapWeight[RegMaskGaps[I]] = huge_valf; in tryLocalSplit()