Home | History | Annotate | Download | only in NVPTX

Lines Matching full:visited

87     DenseSet<const GlobalVariable *> &Visited,
89 // Have we already visited this one?
90 if (Visited.count(GV))
108 VisitGlobalVariableForEmission(*I, Order, Visited, Visiting);
112 Visited.insert(GV);