Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2245 SmallVector<unsigned, 8> RegMaskGaps; in tryLocalSplit() local
2265 RegMaskGaps.push_back(i); in tryLocalSplit()
2312 for (unsigned i = 0, e = RegMaskGaps.size(); i != e; ++i) in tryLocalSplit()
2313 GapWeight[RegMaskGaps[i]] = huge_valf; in tryLocalSplit()