Home | History | Annotate | Download | only in Scalar

Lines Matching full:visited

1061     SmallInstructionSet Visited;
1062 auto BaseIt = nextInstr(0, Uses, Visited);
1063 auto RootIt = nextInstr(Iter, Uses, Visited);
1073 Visited.insert(BaseInst);
1074 BaseIt = nextInstr(0, Uses, Visited);
1079 Visited.insert(RootInst);
1080 RootIt = nextInstr(Iter, Uses, Visited);
1102 TryIt = nextInstr(Iter, Uses, Visited, &TryIt);
1245 Visited.insert(BaseInst);
1246 Visited.insert(RootInst);
1247 BaseIt = nextInstr(0, Uses, Visited);
1248 RootIt = nextInstr(Iter, Uses, Visited);