Home
last modified time | relevance | path

Searched refs:min_growth (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-inline-analysis.c548 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
560 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
566 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
570 if (min_growth > offline) in growth_positive_p()
578 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c713 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
717 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
725 min_growth); in want_early_inline_function_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-inline-analysis.c555 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
567 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
573 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
577 if (min_growth > offline) in growth_positive_p()
585 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c669 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
673 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
681 min_growth); in want_early_inline_function_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-inline-analysis.c548 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
560 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
566 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
570 if (min_growth > offline) in growth_positive_p()
578 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c693 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
697 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
705 min_growth); in want_early_inline_function_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-inline-analysis.c555 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
567 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
573 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
577 if (min_growth > offline) in growth_positive_p()
585 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c669 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
673 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
681 min_growth); in want_early_inline_function_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-inline-analysis.c548 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
560 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
566 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
570 if (min_growth > offline) in growth_positive_p()
578 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c693 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
697 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
705 min_growth); in want_early_inline_function_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-inline-analysis.c555 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
567 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
573 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
577 if (min_growth > offline) in growth_positive_p()
585 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c669 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
673 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
681 min_growth); in want_early_inline_function_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-inline-analysis.c548 int min_growth = known_edge ? edge_growth : 0; in growth_positive_p() local
560 min_growth += entry->size - (entry->size > 0); in growth_positive_p()
566 min_growth += min_size - es->call_stmt_size; in growth_positive_p()
570 if (min_growth > offline) in growth_positive_p()
578 &min_growth, &n, offline, min_size, known_edge)) in growth_positive_p()
H A Dipa-inline.c693 int min_growth = estimate_min_edge_growth (e), growth = 0; in want_early_inline_function_p() local
697 if (min_growth > early_inlining_insns) in want_early_inline_function_p()
705 min_growth); in want_early_inline_function_p()
/dports/math/reduce/Reduce-svn5758-src/packages/crack/
H A Dcrsimp.red1240 nil, % min_growth
1257 nil, % min_growth
1274 nil, % min_growth
1291 nil, % min_growth
1308 nil, % min_growth
1325 nil, % min_growth
1342 nil, % min_growth
1359 nil, % min_growth
1376 nil, % min_growth
1393 nil, % min_growth
[all …]
/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Dthread.c226 size_t min_growth = frame_size - available; in _svmf_ensure_stack_capacity() local
234 _svmf_aligned_to_increment (min_growth, stack_increment); in _svmf_ensure_stack_capacity()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/thin-vec-0.1.0/src/
H A Dlib.rs448 let min_growth = old_cap_bytes + (old_cap_bytes >> 3); in reserve() localVariable
449 let growth = max(min_growth, min_cap_bytes as usize); in reserve()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/thin-vec/src/
H A Dlib.rs642 let min_growth = old_cap_bytes + (old_cap_bytes >> 3); in reserve() localVariable
643 let growth = max(min_growth, min_cap_bytes as usize); in reserve()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/thin-vec/src/
H A Dlib.rs642 let min_growth = old_cap_bytes + (old_cap_bytes >> 3); in reserve() localVariable
643 let growth = max(min_growth, min_cap_bytes as usize); in reserve()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/thin-vec/src/
H A Dlib.rs451 let min_growth = old_cap_bytes + (old_cap_bytes >> 3); in reserve() localVariable
452 let growth = max(min_growth, min_cap_bytes as usize); in reserve()
/dports/www/firefox/firefox-99.0/third_party/rust/thin-vec/src/
H A Dlib.rs710 let min_growth = old_cap_bytes + (old_cap_bytes >> 3); in reserve() localVariable
711 let growth = max(min_growth, min_cap_bytes as usize); in reserve()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc1536 const size_t min_growth = min(old_size / 4, in do_realloc_with_callback() local
1538 const size_t lower_bound_to_grow = old_size + min_growth; in do_realloc_with_callback()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dtcmalloc.cc1579 const size_t min_growth = min(old_size / 4, in do_realloc_with_callback() local
1581 const size_t lower_bound_to_grow = old_size + min_growth; in do_realloc_with_callback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1597 const size_t min_growth = min(old_size / 4, in do_realloc_with_callback() local
1599 const size_t lower_bound_to_grow = old_size + min_growth; in do_realloc_with_callback()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dcord.cc711 const size_t min_growth = std::max<size_t>(rep->length / 10, src.size()); in AppendArray() local
712 rep = CordRepBtree::Append(rep->btree(), src, min_growth - src.size()); in AppendArray()

12