Home | History | Annotate | Download | only in CodeGen

Lines Matching full:visited

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