Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Visited

418   SmallPtrSet<const MachineBasicBlock*, 8> Visited;
438 // Skip already visited To blocks.
453 // To is a new block. Mark the block as visited in case the CFG has cycles
455 return LB.Visited.insert(To);
469 Bounds.Visited.clear();
475 // All the predecessors have been visited, pick the preferred one.
489 Bounds.Visited.clear();
495 // All the successors have been visited, pick the preferred one.