Searched refs:KeepRegs (Results 1 – 2 of 2) sorted by relevance
47 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()63 KeepRegs.reset(); in StartBlock()99 KeepRegs.reset(); in FinishBlock()229 KeepRegs.set(*SubRegs); in PrescanInstruction()233 KeepRegs.set(*SuperRegs); in PrescanInstruction()238 if (!KeepRegs.test(Reg)) { in PrescanInstruction()241 KeepRegs.set(*SubRegs); in PrescanInstruction()272 KeepRegs.reset(i); in ScanInstruction()290 bool Keep = KeepRegs.test(Reg); in ScanInstruction()301 KeepRegs.reset(SubregReg); in ScanInstruction()[all …]
71 BitVector KeepRegs; variable