Home
last modified time | relevance | path

Searched refs:phi_name (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcoalesce.cpp272 uint phi_name = _phc._lrg_map.find(n); in insert_copies() local
274 if (!phi_name) { in insert_copies()
281 if (src_name != phi_name) { in insert_copies()
310 insert_copy_with_overlap(pred,copy,phi_name,src_name); in insert_copies()
316 _phc._lrg_map.extend(copy->_idx, phi_name); in insert_copies()
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DRateLaw.pm154 my $phi_name = $phi_expr->getName( $model->ParamList, "_Aphi_" );
155 (my $phi_param, $err) = $model->ParamList->lookup($phi_name);
173 push @rate_constants, $phi_name, $actE_name;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-parloops.c476 tree phi_name = PHI_RESULT (phi); in parloops_is_simple_reduction() local
481 if (has_zero_uses (phi_name)) in parloops_is_simple_reduction()
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in parloops_is_simple_reduction()
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in parloops_is_simple_reduction()
671 if (op3 == phi_name || op4 == phi_name) in parloops_is_simple_reduction()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-loop.c3197 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3202 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3205 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3354 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3368 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c3196 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3201 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3204 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3353 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3367 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c3196 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3201 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3204 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3353 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3367 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-loop.c2848 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
2853 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
2856 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3029 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3043 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c3196 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3201 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3204 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3353 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3367 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c3196 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3201 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3204 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3353 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3367 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-loop.c3196 tree phi_name = PHI_RESULT (phi); in vect_is_simple_reduction() local
3201 if (has_zero_uses (phi_name)) in vect_is_simple_reduction()
3204 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name) in vect_is_simple_reduction()
3353 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name) in vect_is_simple_reduction()
3367 if (op3 == phi_name || op4 == phi_name) in vect_is_simple_reduction()

12