Home
last modified time | relevance | path

Searched refs:bb_top_order_index (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-loop-distribution.c477 static int *bb_top_order_index; variable
493 || bb_top_order_index[bb1->index] in bb_top_order_cmp()
494 != bb_top_order_index[bb2->index]); in bb_top_order_cmp()
496 return (bb_top_order_index[bb1->index] - bb_top_order_index[bb2->index]); in bb_top_order_cmp()
3054 if (bb_top_order_index == NULL) in execute()
3059 bb_top_order_index = XNEWVEC (int, last_basic_block_for_fn (cfun)); in execute()
3063 bb_top_order_index[rpo[i]] = i; in execute()
3136 if (bb_top_order_index != NULL) in execute()
3138 free (bb_top_order_index); in execute()
3139 bb_top_order_index = NULL; in execute()