Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-tail-merge.c266 #define BB_SIZE(bb) (((struct aux_bb_info *)bb->aux)->size) macro
436 BB_SIZE (bb) = size; in same_succ_hash()
523 if (BB_SIZE (bb1) != BB_SIZE (bb2)) in same_succ_equal()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-tail-merge.c283 #define BB_SIZE(bb) (((struct aux_bb_info *)bb->aux)->size) macro
505 BB_SIZE (bb) = size; in same_succ_hash()
595 if (BB_SIZE (bb1) != BB_SIZE (bb2)) in equal()