Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAllocatable

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