Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PR

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