Home | History | Annotate | Download | only in IPO

Lines Matching refs:UU

410   for (User *UU : U->users())
411 if (!isSafeSROAElementUse(UU))
1693 for (auto *UU : U->users()) {
1694 if (auto *LI = dyn_cast<LoadInst>(UU))
1696 else if (auto *SI = dyn_cast<StoreInst>(UU))
1767 for (auto *UU : U->users())
1768 if (!isa<Instruction>(UU))
1796 for (auto *UU : U->users())
1797 UUsers.push_back(UU);
1798 for (auto *UU : UUsers) {
1799 Instruction *UI = cast<Instruction>(UU);