Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PR

677   BitVector PR = MFI->getPristineRegs(MBB);
678 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {