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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp95 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF); local
96 for (unsigned i = 0; i != RawOrder.size(); ++i) {
97 unsigned PhysReg = RawOrder[i];

Completed in 134 milliseconds