Lines Matching defs:Users
639 // Otherwise, we can replace *all* users with the new PHI we form.
1378 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users,
1395 Users.push_back(I);
1404 Users.push_back(I);
1430 Users.push_back(I);
1436 Users.push_back(I);
1445 Users.push_back(I);
1459 SmallVector<WeakVH, 64> Users;
1460 if (isAllocSiteRemovable(&MI, Users, TLI)) {
1461 for (unsigned i = 0, e = Users.size(); i != e; ++i) {
1462 Instruction *I = cast_or_null<Instruction>(&*Users[i]);
2005 // correct too but reordering filters pointlessly might confuse users.
2416 // Push the new instruction and any users onto the worklist.