Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp817 SmallSet<Register, 2> InstrUseRegs; in outline() local
827 !InstrUseRegs.count(MOP.getReg())) in outline()
835 InstrUseRegs.insert(MOP.getReg()); in outline()