Home | History | Annotate | Download | only in Expression

Lines Matching defs:users

704         log->Printf("  <Begin %d users>", value->getNumUses());
1172 // Replace the load with the call in all users
2185 SmallVector<User*, 16> users;
2192 users.push_back(*ui);
2195 i < users.size();
2198 User *user = users[i];