Searched refs:KeepRegs (Results 1 – 4 of 4) sorted by relevance
36 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()53 KeepRegs.reset(); in StartBlock()87 KeepRegs.reset(); in FinishBlock()218 KeepRegs.set(*SubRegs); in PrescanInstruction()222 KeepRegs.set(*SuperRegs); in PrescanInstruction()227 if (!KeepRegs.test(Reg)) { in PrescanInstruction()230 KeepRegs.set(*SubRegs); in PrescanInstruction()253 KeepRegs.reset(i); in ScanInstruction()269 bool Keep = KeepRegs.test(Reg); in ScanInstruction()280 KeepRegs.reset(SubregReg); in ScanInstruction()[all …]
66 BitVector KeepRegs; variable
51 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()67 KeepRegs.reset(); in StartBlock()104 KeepRegs.reset(); in FinishBlock()235 KeepRegs.set(*SubRegs); in PrescanInstruction()239 KeepRegs.set(*SuperRegs); in PrescanInstruction()244 if (!KeepRegs.test(Reg)) { in PrescanInstruction()247 KeepRegs.set(*SubRegs); in PrescanInstruction()270 KeepRegs.reset(i); in ScanInstruction()286 bool Keep = KeepRegs.test(Reg); in ScanInstruction()297 KeepRegs.reset(SubregReg); in ScanInstruction()[all …]
72 BitVector KeepRegs; variable