Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Visited

2537                                        SmallPtrSet<BasicBlock*, 64> &Visited,
2551 // We have now visited this block! If we've already been here, ignore it.
2552 if (!Visited.insert(BB)) continue;
2651 SmallPtrSet<BasicBlock*, 64> Visited;
2652 MadeIRChange |= AddReachableCodeToWorklist(F.begin(), Visited, *this, DL,
2659 if (Visited.count(BB)) continue;