Lines Matching refs:num_matches
1744 unsigned num_matches; member in __anone4b049550111::varying_matches
1779 this->num_matches = 0; in varying_matches()
1871 if (this->num_matches == this->matches_capacity) { in record()
1905 this->matches[this->num_matches].packing_class in record()
1907 this->matches[this->num_matches].packing_order in record()
1913 this->matches[this->num_matches].num_components = slots * 4; in record()
1915 this->matches[this->num_matches].num_components in record()
1919 this->matches[this->num_matches].producer_var = producer_var; in record()
1920 this->matches[this->num_matches].consumer_var = consumer_var; in record()
1921 this->num_matches++; in record()
1959 qsort(this->matches, this->num_matches, sizeof(*this->matches), in assign_locations()
1963 qsort(this->matches, this->num_matches, sizeof(*this->matches), in assign_locations()
1967 qsort(this->matches, this->num_matches, sizeof(*this->matches), in assign_locations()
1987 for (unsigned i = 0; i < this->num_matches; i++) { in assign_locations()
2102 for (unsigned i = 0; i < this->num_matches; i++) { in store_locations()
2151 for (unsigned i = 0; i < this->num_matches; i++) { in store_locations()