Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp126 ArrayRef<MCPhysReg> AllocOrder = RegClassInfo.getOrder(RC); in allocatePhysRegs() local
127 if (AllocOrder.empty()) in allocatePhysRegs()
140 VRM->assignVirt2Phys(VirtReg->reg(), AllocOrder.front()); in allocatePhysRegs()