Home | History | Annotate | Download | only in IPO

Lines Matching refs:UU

392                       [](User *UU) { return isSafeSROAElementUse(UU); });
1781 for (auto *UU : U->users()) {
1782 if (auto *LI = dyn_cast<LoadInst>(UU))
1784 else if (auto *SI = dyn_cast<StoreInst>(UU))
1855 for (auto *UU : U->users())
1856 if (!isa<Instruction>(UU))
1884 for (auto *UU : U->users())
1885 UUsers.push_back(UU);
1886 for (auto *UU : UUsers) {
1887 Instruction *UI = cast<Instruction>(UU);