Home | History | Annotate | Download | only in IPO

Lines Matching refs:UU

889         for (User *UU : C->users()) {
890 if (!Visited.insert(UU).second)
891 Worklist.push_back(UU);