Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp46 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()
62 KeepRegs.reset(); in StartBlock()
98 KeepRegs.reset(); in FinishBlock()
215 if (!KeepRegs.test(Reg)) { in PrescanInstruction()
218 KeepRegs.set(*SubRegs); in PrescanInstruction()
243 KeepRegs.set(*SubRegs); in PrescanInstruction()
247 KeepRegs.set(*SuperRegs); in PrescanInstruction()
278 KeepRegs.reset(i); in ScanInstruction()
296 bool Keep = KeepRegs.test(Reg); in ScanInstruction()
307 KeepRegs.reset(SubregReg); in ScanInstruction()
[all …]
H A DCriticalAntiDepBreaker.h71 BitVector KeepRegs; variable