Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dpredict.c915 #define BLOCK_INFO(B) ((block_info) (B)->aux) macro
935 if (BLOCK_INFO (bb)->tovisit)
940 if (BLOCK_INFO (e->src)->tovisit && !(e->flags & EDGE_DFS_BACK))
942 else if (BLOCK_INFO (e->src)->tovisit
947 BLOCK_INFO (bb)->npredecessors = count;
951 memcpy (&BLOCK_INFO (head)->frequency, &real_one, sizeof (real_one));
960 nextbb = BLOCK_INFO (bb)->next;
961 BLOCK_INFO (bb)->next = NULL;
968 if (BLOCK_INFO (e->src)->tovisit && !(e->flags & EDGE_DFS_BACK))
990 BLOCK_INFO (e->src)->frequency);
[all …]
Dreg-stack.c213 #define BLOCK_INFO(B) ((block_info) (B)->aux) macro
454 BLOCK_INFO (bb)->predecessors++;
2397 block_info bi = BLOCK_INFO (block); in convert_regs_entry()
2425 block_info bi = BLOCK_INFO (block); in convert_regs_entry()
2467 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR)->stack_in; in convert_regs_exit()
2492 block_info bi = BLOCK_INFO (block);
2494 stack target_stack = &BLOCK_INFO (target)->stack_in;
2629 block_info bi = BLOCK_INFO (block);
2800 if (!BLOCK_INFO (e->dest)->done
2811 if (!BLOCK_INFO (e->src)->done)
[all …]
DChangeLog.24243 (struct block_info_def, BLOCK_INFO): New.
/openbsd/src/gnu/gcc/gcc/
Dpredict.c1546 #define BLOCK_INFO(B) ((block_info) (B)->aux) macro
1586 BLOCK_INFO (bb)->npredecessors = count; in propagate_freq()
1589 memcpy (&BLOCK_INFO (head)->frequency, &real_one, sizeof (real_one)); in propagate_freq()
1599 nextbb = BLOCK_INFO (bb)->next; in propagate_freq()
1600 BLOCK_INFO (bb)->next = NULL; in propagate_freq()
1626 sreal_mul (&tmp, &tmp, &BLOCK_INFO (e->src)->frequency); in propagate_freq()
1633 memcpy (&BLOCK_INFO (bb)->frequency, &frequency, in propagate_freq()
1648 sreal_div (&BLOCK_INFO (bb)->frequency, in propagate_freq()
1665 sreal_mul (&tmp, &tmp, &BLOCK_INFO (bb)->frequency); in propagate_freq()
1673 && BLOCK_INFO (e->dest)->npredecessors) in propagate_freq()
[all …]
Dreg-stack.c221 #define BLOCK_INFO(B) ((block_info) (B)->aux) macro
890 BLOCK_INFO (current_block)->stack_in = *regstack; in emit_swap_insn()
2348 BLOCK_INFO (current_block)->stack_in = *new; in change_stack()
2578 block_info bi = BLOCK_INFO (block); in convert_regs_entry()
2620 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR)->stack_in; in convert_regs_exit()
2642 stack src_stack = &BLOCK_INFO (e->src)->stack_out; in propagate_stack()
2643 stack dest_stack = &BLOCK_INFO (e->dest)->stack_in; in propagate_stack()
2663 stack target_stack = &BLOCK_INFO (target)->stack_in; in compensate_edge()
2664 stack source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge()
2816 block_info bi = BLOCK_INFO (block); in convert_regs_1()
[all …]