Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp50 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 …]
DCriticalAntiDepBreaker.h71 BitVector KeepRegs; variable