Home | History | Annotate | Download | only in Scalar

Lines Matching full:visited

180     SmallPtrSet<Use *, 32> Visited;
184 if (!Visited.insert(&U).second)
273 // contain the escaping instruction will be marked as being visited without an
280 DenseMap<BasicBlock *, VisitType> Visited;
345 auto &State = Visited[SuccBB];
362 if (Visited[NextBB] == UNESCAPED) {
372 if (Visited[CI->getParent()] != ESCAPED) {