Home
last modified time | relevance | path

Searched refs:new_true (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp271 if( prior_n == new_false || prior_n == new_true ) { in spinup()
291 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
348 use_blk = new_true; in find_use_block()
349 set_ctrl(use, new_true); in find_use_block()
373 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
378 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
455 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
484 new_true = ifpx; in do_split_if()
495 region_cache.lru_insert( new_true , new_true ); in do_split_if()
516 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1066 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1067 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1068 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp271 if( prior_n == new_false || prior_n == new_true ) { in spinup()
291 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
348 use_blk = new_true; in find_use_block()
349 set_ctrl(use, new_true); in find_use_block()
373 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
378 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
455 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
484 new_true = ifpx; in do_split_if()
495 region_cache.lru_insert( new_true , new_true ); in do_split_if()
516 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1066 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1067 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1068 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1288 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1289 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1290 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1288 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1289 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1290 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1340 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1341 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1342 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dsplit_if.cpp308 if( prior_n == new_false || prior_n == new_true ) { in spinup()
328 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
385 use_blk = new_true; in find_use_block()
386 set_ctrl(use, new_true); in find_use_block()
410 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
415 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
492 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
521 new_true = ifpx; in do_split_if()
534 region_cache.lru_insert( new_true , new_true ); in do_split_if()
555 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
H A Dloopnode.hpp1298 …Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *ca…
1299 …se_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true );
1300 …Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false,…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dsplit_if.cpp315 if( prior_n == new_false || prior_n == new_true ) { in spinup()
335 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) ); in spinup()
392 use_blk = new_true; in find_use_block()
393 set_ctrl(use, new_true); in find_use_block()
417 Node *use_blk = find_use_block(use,def,old_false,new_false,old_true,new_true); in handle_use()
422 Node *new_def = spinup( region_dom, new_false, new_true, use_blk, def, cache ); in handle_use()
499 Node *new_false = NULL, *new_true = NULL; in do_split_if() local
528 new_true = ifpx; in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
562 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true); in do_split_if()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/JSON-PP/t/
H A D118_boolean_values.t46 my ($new_false, $new_true) = $json->get_boolean_values;
47 ok defined $new_true, "new true class is defined";
49 ok $new_true->isa($true_class), "new true class is $true_class";
53 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
65 my $should_true_json = eval { $json->allow_nonref(1)->encode($new_true); };
/dports/lang/perl5.32/perl-5.32.1/cpan/JSON-PP/t/
H A D118_boolean_values.t46 my ($new_false, $new_true) = $json->get_boolean_values;
47 ok defined $new_true, "new true class is defined";
49 ok $new_true->isa($true_class), "new true class is $true_class";
53 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
65 my $should_true_json = eval { $json->allow_nonref(1)->encode($new_true); };
/dports/lang/perl5.34/perl-5.34.0/cpan/JSON-PP/t/
H A D118_boolean_values.t48 my ($new_false, $new_true) = $json->get_boolean_values;
49 ok defined $new_true, "new true class is defined";
51 ok $new_true->isa($true_class), "new true class is $true_class";
55 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
67 my $should_true_json = eval { $json->allow_nonref(1)->encode($new_true); };
/dports/converters/p5-JSON-PP/JSON-PP-4.06/t/
H A D118_boolean_values.t48 my ($new_false, $new_true) = $json->get_boolean_values;
49 ok defined $new_true, "new true class is defined";
51 ok $new_true->isa($true_class), "new true class is $true_class";
55 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
67 my $should_true_json = eval { $json->allow_nonref(1)->encode($new_true); };
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/JSON-PP/t/
H A D118_boolean_values.t48 my ($new_false, $new_true) = $json->get_boolean_values;
49 ok defined $new_true, "new true class is defined";
51 ok $new_true->isa($true_class), "new true class is $true_class";
55 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
67 my $should_true_json = eval { $json->allow_nonref(1)->encode($new_true); };
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/utils/json_spirit/
H A Djson_spirit_reader_template.h252 void new_true( Iter_type begin, Iter_type end ) in new_true() function
437 …Str_action new_true ( boost::bind( &Semantic_actions_t::new_true, &self.actions_, _1, _2 )… in definition()
455 | str_p( "true" ) [ new_true ] in definition()
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/jsonspirit/
H A Djson_spirit_reader_template.h256 void new_true( Iter_type begin, Iter_type end ) in new_true() function
441 …Str_action new_true ( boost::bind( &Semantic_actions_t::new_true, &self.actions_, _1, _2 )… in definition()
459 | str_p( "true" ) [ new_true ] in definition()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/json_spirit/
H A Djson_spirit_reader_template.h256 void new_true( Iter_type begin, Iter_type end ) in new_true() function
441 …Str_action new_true ( boost::bind( &Semantic_actions_t::new_true, &self.actions_, _1, _2 )… in definition()
459 | str_p( "true" ) [ new_true ] in definition()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/json/
H A Djson.h130 int (*new_true) (void); member

12