Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAllocatable

187     bool isAllocatable(unsigned Reg) {
188 return Reg < TRI->getNumRegs() && MRI->isAllocatable(Reg);
504 if (isAllocatable(reg) && !MBB->isLandingPad() &&