Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Users

618     // Otherwise, we can replace *all* users with the new PHI we form.
1110 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users,
1127 Users.push_back(I);
1136 Users.push_back(I);
1162 Users.push_back(I);
1168 Users.push_back(I);
1177 Users.push_back(I);
1191 SmallVector<WeakVH, 64> Users;
1192 if (isAllocSiteRemovable(&MI, Users, TLI)) {
1193 for (unsigned i = 0, e = Users.size(); i != e; ++i) {
1194 Instruction *I = cast_or_null<Instruction>(&*Users[i]);
1671 // correct too but reordering filters pointlessly might confuse users.
2082 // Push the new instruction and any users onto the worklist.