Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflow.c1081 calculate_global_regs_live (blocks_in, blocks_out, flags) in calculate_global_regs_live() argument
1082 sbitmap blocks_in, blocks_out; in calculate_global_regs_live()
1118 if (blocks_in)
1121 if (TEST_BIT (blocks_in, bb->index))
/openbsd/src/gnu/gcc/gcc/
Dflow.c1040 calculate_global_regs_live (sbitmap blocks_in, sbitmap blocks_out, int flags) in calculate_global_regs_live() argument
1098 if (blocks_in) in calculate_global_regs_live()
1101 if (TEST_BIT (blocks_in, bb->index)) in calculate_global_regs_live()