Home
last modified time | relevance | path

Searched refs:dep_bb (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-tail-merge.c275 basic_block dep_bb; member
284 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
400 basic_block dep_bb; in update_dep_bb() local
411 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
412 if (dep_bb == use_bb) in update_dep_bb()
416 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
417 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1388 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1393 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1401 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
H A Dtree-ssa-uninit.c423 compute_control_dep_chain (basic_block bb, basic_block dep_bb, in compute_control_dep_chain() argument
466 if (cd_bb == dep_bb) in compute_control_dep_chain()
480 if (compute_control_dep_chain (cd_bb, dep_bb, cd_chains, in compute_control_dep_chain()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
H A Dgimple-predicate-analysis.cc1055 compute_control_dep_chain (basic_block dom_bb, const_basic_block dep_bb, in compute_control_dep_chain() argument
1100 depth, "", __func__, dom_bb->index, dep_bb->index, in compute_control_dep_chain()
1118 if (cd_bb == dep_bb) in compute_control_dep_chain()
1132 if (compute_control_dep_chain (cd_bb, dep_bb, cd_chains, in compute_control_dep_chain()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-tail-merge.c292 basic_block dep_bb; member
301 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
416 basic_block dep_bb; in update_dep_bb() local
427 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
428 if (dep_bb == use_bb) in update_dep_bb()
432 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
433 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1364 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1369 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1377 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
401 basic_block dep_bb; in update_dep_bb() local
412 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
413 if (dep_bb == use_bb) in update_dep_bb()
417 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
418 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1350 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1355 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1363 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
H A Dtree-ssa-uninit.c257 compute_control_dep_chain (basic_block bb, basic_block dep_bb, in compute_control_dep_chain() argument
300 if (cd_bb == dep_bb) in compute_control_dep_chain()
314 if (compute_control_dep_chain (cd_bb, dep_bb, cd_chains, in compute_control_dep_chain()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-tail-merge.c275 basic_block dep_bb; member
284 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
400 basic_block dep_bb; in update_dep_bb() local
411 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
412 if (dep_bb == use_bb) in update_dep_bb()
416 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
417 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1388 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1393 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1401 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
425 basic_block dep_bb; in update_dep_bb() local
436 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
437 if (dep_bb == use_bb) in update_dep_bb()
441 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
442 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1429 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1433 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1442 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-tail-merge.c278 basic_block dep_bb; member
287 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
426 basic_block dep_bb; in update_dep_bb() local
437 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
438 if (dep_bb == use_bb) in update_dep_bb()
442 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
443 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1430 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1434 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1443 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-tail-merge.c277 basic_block dep_bb; member
286 #define BB_DEP_BB(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
399 basic_block dep_bb; in update_dep_bb() local
410 dep_bb = gimple_bb (SSA_NAME_DEF_STMT (val)); in update_dep_bb()
411 if (dep_bb == use_bb) in update_dep_bb()
415 || dominated_by_p (CDI_DOMINATORS, dep_bb, BB_DEP_BB (use_bb))) in update_dep_bb()
416 BB_DEP_BB (use_bb) = dep_bb; in update_dep_bb()
1328 basic_block cd, dep_bb = BB_DEP_BB (to); in deps_ok_for_redirect_from_bb_to_bb() local
1333 if (dep_bb == NULL) in deps_ok_for_redirect_from_bb_to_bb()
1341 return dominated_by_p (CDI_DOMINATORS, dep_bb, cd); in deps_ok_for_redirect_from_bb_to_bb()
H A Dtree-ssa-uninit.c256 compute_control_dep_chain (basic_block bb, basic_block dep_bb, in compute_control_dep_chain() argument
294 if (cd_bb == dep_bb) in compute_control_dep_chain()
308 if (compute_control_dep_chain (cd_bb, dep_bb, cd_chains, in compute_control_dep_chain()

123