Home | History | Annotate | Download | only in CodeGen

Lines Matching full:visited

1168   SmallPtrSet<MachineInstr*, 8> Visited;
1179 if (SrcReg == DstReg && !Visited.insert(UseMI).second)
1979 // The first value defined or visited gets CR_Keep, the other gets CR_Merge.