Searched refs:KeepRegs (Results 1 – 2 of 2) sorted by relevance
39 KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()56 KeepRegs.reset(); in StartBlock()91 KeepRegs.reset(); in FinishBlock()203 if (!KeepRegs.test(Reg)) { in PrescanInstruction()206 KeepRegs.set(*SubRegs); in PrescanInstruction()229 KeepRegs.reset(i); in ScanInstruction()246 KeepRegs.reset(Reg); in ScanInstruction()254 KeepRegs.reset(SubregReg); in ScanInstruction()527 else if (KeepRegs.test(AntiDepReg)) in BreakAntiDependencies()
68 BitVector KeepRegs; variable