Lines Matching full:visited
1802 SmallPtrSet<BasicBlock*, 64> &Visited,
1816 // We have now visited this block! If we've already been here, ignore it.
1817 if (!Visited.insert(BB)) continue;
1916 SmallPtrSet<BasicBlock*, 64> Visited;
1917 MadeIRChange |= AddReachableCodeToWorklist(F.begin(), Visited, *this, TD,
1924 if (Visited.count(BB)) continue;