Lines Matching defs:successors
598 /* The actual branch condition, if there are two successors */
601 /* each block has either one or two successors.. in case of two
602 * successors, 'condition' decides which one to follow. A block preceding
603 * an if/else has two successors.
610 * "physical" view when allocating shared registers. "successors" contains
611 * the per-thread successors, and "physical_successors" contains the
612 * physical successors which includes the fallthrough edge from the if to
616 struct ir3_block *successors[2];
674 return block->successors[1]->successors[0];