Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PR

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