Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Visited

1388                                        SmallPtrSet<BasicBlock*, 64> &Visited,
1401 // We have now visited this block! If we've already been here, ignore it.
1402 if (!Visited.insert(BB)) continue;
1500 SmallPtrSet<BasicBlock*, 64> Visited;
1501 MadeIRChange |= AddReachableCodeToWorklist(F.begin(), Visited, *this, TD);
1507 if (!Visited.count(BB)) {