Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp90 SmallVector<MCPhysReg, 16> CSRAlias; in compute() local
108 CSRAlias.push_back(PhysReg); in compute()
116 RCI.NumRegs = N + CSRAlias.size(); in compute()
120 for (unsigned i = 0, e = CSRAlias.size(); i != e; ++i) { in compute()
121 unsigned PhysReg = CSRAlias[i]; in compute()