Home | History | Annotate | Download | only in Utils

Lines Matching defs:Users

171   // This includes users of the reduction, variables (which form a cycle
177 // We start with the PHI node and scan for all of the users of this
178 // instruction. All users must be instructions that can be used as reduction
234 // No Users.
235 // If the instruction has no users then this is a broken chain and can't be
280 // Process users of current instruction. Push non-PHI nodes after PHI nodes
285 for (User *U : Cur->users()) {
291 // Exit if you find multiple outside users or if the header phi node is
349 // only have a single instruction with out-of-loop users.
351 // The ExitInstruction(Instruction which is allowed to have out-of-loop users)
720 auto Users = Inst.users();
721 if (std::any_of(Users.begin(), Users.end(), [&](User *U) {