Home | History | Annotate | Download | only in WebAssembly

Lines Matching full:visited

389   // Visited will contain all the basic blocks that are in the region
396 SmallPtrSet<MachineBasicBlock *, 8> Visited;
406 Visited.insert(Entry);
408 Visited.insert(Save);
412 // By construction Restore cannot be visited, otherwise it
423 // Enqueue all the successors not already visited.
426 Visited.insert(SuccBB).second)
433 for (MachineBasicBlock *MBB : Visited) {
842 "DFS stack predecessor is already visited.\n");