Home
last modified time | relevance | path

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

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