Home | History | Annotate | Download | only in IPO

Lines Matching refs:UU

433       for (Use &UU : I->uses())
434 if (Visited.insert(&UU).second)
435 Worklist.push_back(&UU);
447 for (Use &UU : I->uses())
448 if (Visited.insert(&UU).second)
449 Worklist.push_back(&UU);