Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp818 SmallSet<Register, 2> InstrUseRegs; in outline() local
828 !InstrUseRegs.count(MOP.getReg())) in outline()
836 InstrUseRegs.insert(MOP.getReg()); in outline()