Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PR

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