Home
last modified time | relevance | path

Searched refs:new_if (Results 51 – 75 of 101) sorted by relevance

12345

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dloopopts.cpp1714 IfNode* new_if = new (C)IfNode(proj2, bol, iff->_prob, iff->_fcnt); in insert_if_before_proj() local
1715 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
1717 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
1718 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
1720 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
1722 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dloopopts.cpp1714 IfNode* new_if = new (C)IfNode(proj2, bol, iff->_prob, iff->_fcnt); in insert_if_before_proj() local
1715 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
1717 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
1718 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
1720 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
1722 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/databases/pglogical/pglogical-REL2_4_0/
H A Dpglogical_functions.c717 PGlogicalInterface *new_if; in pglogical_alter_subscription_interface() local
722 new_if = get_node_interface_by_name(sub->origin->id, if_name, false); in pglogical_alter_subscription_interface()
724 if (new_if->id == sub->origin_if->id) in pglogical_alter_subscription_interface()
727 sub->origin_if = new_if; in pglogical_alter_subscription_interface()
/dports/mail/qpopper/qpopper4.1.0/qd/sieve/
H A Dsieve-struct.c193 strIf *new_if ( strParseFile *psPF ) in new_if() function
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dtree.c316 commandlist_t *new_if(test_t *t, commandlist_t *y, commandlist_t *n) in new_if() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/sieve/
H A Dtree.c331 commandlist_t *new_if(test_t *t, commandlist_t *y, commandlist_t *n) in new_if() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopopts.cpp2400 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2402 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2404 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2405 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2407 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2409 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopopts.cpp2400 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2402 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2404 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2405 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2407 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2409 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dloopopts.cpp2427 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2429 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2431 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2432 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2434 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2436 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dloopopts.cpp2384 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2386 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2388 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2389 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2391 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2393 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dloopopts.cpp2455 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2457 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2459 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2460 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2462 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2464 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dloopopts.cpp2441 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2443 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2445 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2446 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2448 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2450 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dloopopts.cpp2399 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2401 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2403 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2404 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2406 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2408 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dloopopts.cpp2607 IfNode* new_if = (opcode == Op_If) ? new IfNode(proj2, bol, iff->_prob, iff->_fcnt): in insert_if_before_proj() local
2609 register_node(new_if, loop, proj2, ddepth); in insert_if_before_proj()
2611 proj->set_req(0, new_if); // reattach in insert_if_before_proj()
2612 set_idom(proj, new_if, ddepth); in insert_if_before_proj()
2614 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj(); in insert_if_before_proj()
2616 register_node(new_exit, get_loop(other_proj), new_if, ddepth); in insert_if_before_proj()
/dports/graphics/xfractint/xfractint-20.04p16/
H A DMakefile231 $(FDIR)/new_if.frm $(FDIR)/newton.frm
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dexpr.rs629 Some(ControlFlow::new_if( in to_control_flow()
658 fn new_if( in new_if() method
1023 ControlFlow::new_if( in rewrite()
/dports/graphics/goom/goom2k4-0/src/
H A Dgoomsl_yacc.y819 static NodeType *new_if(NodeType *expression, NodeType *instr) { /* {{{ */ in new_if() function
1317 | '(' test ')' '?' opt_nl instruction { $$ = new_if($2,$6); }
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y375 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1486 $$ = new_if(p, cond($3), $1, 0);
2102 $$ = new_if(p, cond($1), $3, $6);
2106 $$ = new_if(p, cond($1), $3, $6);
2380 $$ = new_if(p, cond($2), $4, $5);
2553 $$ = new_if(p, cond($2), $4, $5);
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y375 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1486 $$ = new_if(p, cond($3), $1, 0);
2102 $$ = new_if(p, cond($1), $3, $6);
2106 $$ = new_if(p, cond($1), $3, $6);
2380 $$ = new_if(p, cond($2), $4, $5);
2553 $$ = new_if(p, cond($2), $4, $5);
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y375 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1405 $$ = new_if(p, cond($3), $1, 0);
2021 $$ = new_if(p, cond($1), $3, $6);
2025 $$ = new_if(p, cond($1), $3, $6);
2299 $$ = new_if(p, cond($2), $4, $5);
2472 $$ = new_if(p, cond($2), $4, $5);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dsieve.y338 | IF test block elsif { $$ = new_if($2, $3, $4); }
343 | ELSIF test block elsif { $$ = new_if($2, $3, $4); }
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y417 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1621 $$ = new_if(p, cond($3), $1, 0);
2243 $$ = new_if(p, cond($1), $3, $6);
2247 $$ = new_if(p, cond($1), $3, $6);
2549 $$ = new_if(p, cond($2), $4, $5);
2732 $$ = new_if(p, cond($2), $4, $5);
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y417 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1621 $$ = new_if(p, cond($3), $1, 0);
2243 $$ = new_if(p, cond($1), $3, $6);
2247 $$ = new_if(p, cond($1), $3, $6);
2549 $$ = new_if(p, cond($2), $4, $5);
2732 $$ = new_if(p, cond($2), $4, $5);
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y417 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1621 $$ = new_if(p, cond($3), $1, 0);
2243 $$ = new_if(p, cond($1), $3, $6);
2247 $$ = new_if(p, cond($1), $3, $6);
2549 $$ = new_if(p, cond($2), $4, $5);
2732 $$ = new_if(p, cond($2), $4, $5);
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y417 new_if(parser_state *p, node *a, node *b, node *c) in new_if() function
1621 $$ = new_if(p, cond($3), $1, 0);
2243 $$ = new_if(p, cond($1), $3, $6);
2247 $$ = new_if(p, cond($1), $3, $6);
2549 $$ = new_if(p, cond($2), $4, $5);
2732 $$ = new_if(p, cond($2), $4, $5);

12345