Searched refs:unexpanded_set_nonempty (Results 1 – 1 of 1) sorted by relevance
3597 bool unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints() local3598 this->comm().max(unexpanded_set_nonempty); in allgather_recursive_constraints()3604 while (unexpanded_set_nonempty) in allgather_recursive_constraints()3842 unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()3843 this->comm().max(unexpanded_set_nonempty); in allgather_recursive_constraints()4570 bool unexpanded_set_nonempty = !unexpanded_dofs.empty(); in gather_constraints() local4571 this->comm().max(unexpanded_set_nonempty); in gather_constraints()4573 while (unexpanded_set_nonempty) in gather_constraints()4845 unexpanded_set_nonempty = !unexpanded_dofs.empty(); in gather_constraints()4846 this->comm().max(unexpanded_set_nonempty); in gather_constraints()