Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:Users

73     for (const User *U : Arg->users())
647 SmallVector<const Value *, 2> Users;
648 Users.push_back(Ptr);
650 Ptr = Users.pop_back_val();
651 for (const User *U : Ptr->users()) {
655 Users.push_back(U);
657 } while (!Users.empty());
1824 // Delete objc_loadWeak calls with no users.
1920 // the alloca and all its users can be zapped.
1930 for (User *U : Alloca->users()) {