Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp925 SmallSet<Register, 2> InstrUseRegs; in outline() local
935 !InstrUseRegs.count(MOP.getReg())) in outline()
943 InstrUseRegs.insert(MOP.getReg()); in outline()