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