Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3845 SmallPtrSet<MachineInstr *, 4> InSrcs; in matchExtendThroughPhis() local
3855 InSrcs.insert(getDefIgnoringCopies(MI.getOperand(Idx).getReg(), MRI)); in matchExtendThroughPhis()
3858 if (InSrcs.size() > 2) in matchExtendThroughPhis()