Home
last modified time | relevance | path

Searched refs:KeepRegs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp36 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()
53 KeepRegs.reset(); in StartBlock()
88 KeepRegs.reset(); in FinishBlock()
220 KeepRegs.set(*SubRegs); in PrescanInstruction()
224 KeepRegs.set(*SuperRegs); in PrescanInstruction()
229 if (!KeepRegs.test(Reg)) { in PrescanInstruction()
232 KeepRegs.set(*SubRegs); in PrescanInstruction()
256 KeepRegs.reset(i); in ScanInstruction()
267 if (KeepRegs.test(Reg)) continue; in ScanInstruction()
278 KeepRegs.reset(SubregReg); in ScanInstruction()
[all …]
DCriticalAntiDepBreaker.h68 BitVector KeepRegs; variable