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.cpp1146 SmallSet<Register, 2> InstrUseRegs; in outline() local
1156 !InstrUseRegs.count(MOP.getReg())) in outline()
1164 InstrUseRegs.insert(MOP.getReg()); in outline()