Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAllocatable

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