Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Visited

174     SmallPtrSet<Use *, 32> Visited;
178 if (!Visited.insert(&U))
269 // contain the escaping instruction will be marked as being visited without an
276 DenseMap<BasicBlock *, VisitType> Visited;
339 auto &State = Visited[SuccBB];
356 if (Visited[NextBB] == UNESCAPED) {
366 if (Visited[CI->getParent()] != ESCAPED) {