Home | History | Annotate | Download | only in CodeGen

Lines Matching full:visited

410   SmallPtrSet<const MachineBasicBlock*, 8> Visited;
430 // Skip already visited To blocks.
445 // To is a new block. Mark the block as visited in case the CFG has cycles
447 return LB.Visited.insert(To).second;
461 Bounds.Visited.clear();
465 // All the predecessors have been visited, pick the preferred one.
479 Bounds.Visited.clear();
483 // All the successors have been visited, pick the preferred one.