Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp47 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 …]
H A DCriticalAntiDepBreaker.h71 BitVector KeepRegs; variable