Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isAllocatable

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