Searched refs:KeepRegs (Results 1 – 2 of 2) sorted by relevance
50 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()66 KeepRegs.reset(); in StartBlock()103 KeepRegs.reset(); in FinishBlock()234 KeepRegs.set(*SubRegs); in PrescanInstruction()238 KeepRegs.set(*SuperRegs); in PrescanInstruction()243 if (!KeepRegs.test(Reg)) { in PrescanInstruction()246 KeepRegs.set(*SubRegs); in PrescanInstruction()277 KeepRegs.reset(i); in ScanInstruction()295 bool Keep = KeepRegs.test(Reg); in ScanInstruction()306 KeepRegs.reset(SubregReg); in ScanInstruction()[all …]
71 BitVector KeepRegs; variable