Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1741 SmallVector<unsigned, 8> RegMaskGaps; in tryLocalSplit() local
1760 RegMaskGaps.push_back(i); in tryLocalSplit()
1807 for (unsigned i = 0, e = RegMaskGaps.size(); i != e; ++i) in tryLocalSplit()
1808 GapWeight[RegMaskGaps[i]] = llvm::huge_valf; in tryLocalSplit()