Home | History | Annotate | Download | only in IPO

Lines Matching refs:UU

388       for (Use &UU : I->uses())
389 if (Visited.insert(&UU).second)
390 Worklist.push_back(&UU);
402 for (Use &UU : I->uses())
403 if (Visited.insert(&UU).second)
404 Worklist.push_back(&UU);