Searched refs:parent_count (Results 1 – 7 of 7) sorted by relevance
50 uint32_t parent_count; member120 before->parent_count++; in add_dep()562 fprintf(stderr, " (%d parents)\n", child->parent_count); in dump_state()645 if (n->parent_count != 0) in schedule_instructions()681 child->parent_count--; in schedule_instructions()682 if (child->parent_count == 0) in schedule_instructions()
51 uint32_t parent_count; member138 after->parent_count++; in add_dep()721 child->parent_count, in dump_state()836 child->parent_count--; in mark_instruction_scheduled()837 if (child->parent_count == 0) in mark_instruction_scheduled()908 if (n->parent_count != 0) in schedule_instructions()
73 int parent_count; member in schedule_node796 this->parent_count = 0; in schedule_node()909 after->parent_count++; in add_dep()1574 if (n->parent_count != 0) in schedule_instructions()1626 fprintf(stderr, "\tchild %d, %d parents: ", i, child->parent_count); in schedule_instructions()1631 child->parent_count--; in schedule_instructions()1632 if (child->parent_count == 0) { in schedule_instructions()
51 uint32_t parent_count; member134 after->parent_count++; in add_dep()905 child->parent_count, in dump_state()1022 child->parent_count--; in mark_instruction_scheduled()1023 if (child->parent_count == 0) in mark_instruction_scheduled()1244 if (n->parent_count != 0) in schedule_instructions()
288 int loop_pass = 0, parent_count = 0; in check_directory() local333 } else if (parent_count++ > 2048) { in check_directory()
343 u32 parent_count; /* number of entries in parent_sel[] */ member