Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3693 SmallPtrSet<MachineInstr *, 4> InSrcs; in matchExtendThroughPhis() local
3703 InSrcs.insert(getDefIgnoringCopies(MI.getOperand(Idx).getReg(), MRI)); in matchExtendThroughPhis()
3706 if (InSrcs.size() > 2) in matchExtendThroughPhis()