Home | History | Annotate | Download | only in Scalar

Lines Matching refs:UU

545         for (auto *UU : User->users()) {
546 if (PHINode *PN = dyn_cast<PHINode>(UU)) {
552 Instruction *UUser = dyn_cast<Instruction>(UU);
770 for (auto *UU : U->users()) {
771 PHINode *PN = dyn_cast<PHINode>(UU);
1164 for (auto *UU : IVUser->users()) {
1165 Instruction *UUser = dyn_cast<Instruction>(UU);
1174 if (UU->hasOneUse()) {