Home | History | Annotate | Download | only in Scalar

Lines Matching full:visited

508                                          std::set<BasicBlock*> &Visited) {
509 if (!Visited.insert(BB).second) {
510 // Already visited. Without more analysis, this could indicate an infinite
524 if (!isTrivialLoopExitBlockHelper(L, *SI, ExitBB, Visited))
541 std::set<BasicBlock*> Visited;
542 Visited.insert(L->getHeader()); // Branches to header make infinite loops.
544 if (isTrivialLoopExitBlockHelper(L, BB, ExitBB, Visited))