Home
last modified time | relevance | path

Searched refs:considered (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def36 /* Function has not be considered for inlining. This is the code for
39 N_("function not considered for inlining"))
51 N_("redefined extern inline functions are not considered for "
86 /* Call is considered never executed. */
88 N_("call is considered never executed and code size would grow"))
104 N_("originally indirect function call not considered for inlining"))
H A Ddf-core.cc896 sbitmap considered, in df_worklist_propagate_forward() argument
911 && bitmap_bit_p (considered, e->src->index)) in df_worklist_propagate_forward()
926 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_forward()
943 sbitmap considered, in df_worklist_propagate_backward() argument
958 && bitmap_bit_p (considered, e->dest->index)) in df_worklist_propagate_backward()
973 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_backward()
1003 sbitmap considered, in df_worklist_dataflow_doublequeue() argument
1040 pending, considered, in df_worklist_dataflow_doublequeue()
1046 pending, considered, in df_worklist_dataflow_doublequeue()
1101 auto_sbitmap considered (last_basic_block_for_fn (cfun)); in df_worklist_dataflow() local
[all …]
H A Dparams.opt190 The number of executions of a basic block which is considered hot. The parameter is used only in GI…
210 …ntire program that a basic block needs to at least have in order to be considered hot (used in non…
214 …ch the execution count of a basic block must be part of in order to be considered hot (used in LTO…
218 … function that a basic block of this function needs to at least have in order to be considered hot.
238 Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone.
334 Bound on number of candidates below that all candidates are considered in iv optimizations.
336 -param=iv-max-considered-uses=
382 The size of function body to be considered large.
386 The size of stack frame to be considered large.
394 The size of translation unit to be considered large.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcif-code.def36 /* Function has not be considered for inlining. This is the code for
39 N_("function not considered for inlining"))
51 N_("redefined extern inline functions are not considered for "
86 /* Call is considered never executed. */
88 N_("call is considered never executed and code size would grow"))
104 N_("originally indirect function call not considered for inlining"))
H A Dparams.opt143 The number of executions of a basic block which is considered hot. The parameter is used only in GI…
163 …ntire program that a basic block needs to at least have in order to be considered hot (used in non…
167 …ch the execution count of a basic block must be part of in order to be considered hot (used in LTO…
171 … function that a basic block of this function needs to at least have in order to be considered hot.
195 Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone.
267 Bound on number of candidates below that all candidates are considered in iv optimizations.
269 -param=iv-max-considered-uses=
299 The size of function body to be considered large.
303 The size of stack frame to be considered large.
311 The size of translation unit to be considered large.
[all …]
H A Ddf-core.c896 sbitmap considered, in df_worklist_propagate_forward() argument
911 && bitmap_bit_p (considered, e->src->index)) in df_worklist_propagate_forward()
926 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_forward()
943 sbitmap considered, in df_worklist_propagate_backward() argument
958 && bitmap_bit_p (considered, e->dest->index)) in df_worklist_propagate_backward()
973 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_backward()
1003 sbitmap considered, in df_worklist_dataflow_doublequeue() argument
1040 pending, considered, in df_worklist_dataflow_doublequeue()
1046 pending, considered, in df_worklist_dataflow_doublequeue()
1101 auto_sbitmap considered (last_basic_block_for_fn (cfun)); in df_worklist_dataflow()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-tuning-flags.def39 considered cheap. Logical shift left <=4 with or without a
40 zero extend are considered cheap. Sign extend; non logical shift left
41 are not considered cheap. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-tuning-flags.def39 considered cheap. Logical shift left <=4 with or without a
40 zero extend are considered cheap. Sign extend; non logical shift left
41 are not considered cheap. */
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c61 static unsigned int considered; variable
106 considered = 1; in update_goal_chain()
257 considered = !considered; in update_goal_chain()
295 if (f->considered == considered) in update_file()
305 f->considered = considered; in update_file()
334 f->considered = considered; in update_file()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def123 "Whether or not templated functions may be considered for inlining.", true)
127 "considered for inlining.",
131 "Whether or not allocator call may be considered for inlining.",
136 "Whether or not the destructor of C++ 'shared_ptr' may be considered for "
172 "considered for inlining.",
322 "The maximal amount of translation units that is considered "
331 "The maximal amount of translation units that is considered "
338 "The size of the functions (in basic blocks), which should be considered "
351 "The number of basic blocks a function needs to have to be considered "
374 "The largest number of fields a struct can have and still be considered "
[all …]
/netbsd-src/distrib/sets/
H A Dcheckflist83 -e extra files are not considered an error
84 -m missing files are not considered an error
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_gmtime.pod35 are not considered.
40 than the number of seconds per day (3600). Leap seconds are not considered.
H A DSSL_set_shutdown.pod34 considered closed and the session is closed and correct.
48 it is considered bad and removed according to RFC2246.
H A DSSL_set_session.pod26 session is still B<open>, it is considered bad and will be removed from the
27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
H A DSSL_clear.pod22 If a session is still B<open>, it is considered bad and will be removed
23 from the session cache, as required by RFC2246. A session is considered open,
H A DDH_generate_key.pod44 The return value should be considered public.
49 The return value should be considered public.
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dtroubleshooting.sdf55 * bugs in historic versions of OpenLDAP will not be considered;
58 will not be considered as well;
60 software as provided by OpenLDAP will not be considered; in those cases please
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_set_session.pod25 session is still B<open>, it is considered bad and will be removed from the
26 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
H A DSSL_set_shutdown.pod34 considered closed and the session is closed and correct.
48 it is considered bad and removed according to RFC2246.
H A DDH_generate_key.pod36 The return value should be considered public.
41 The return value should be considered public.
H A DSSL_clear.pod22 If a session is still B<open>, it is considered bad and will be removed
23 from the session cache, as required by RFC2246. A session is considered open,
/netbsd-src/doc/roadmaps/
H A Dmobile22 The following elements, projects, and goals are considered strategic
31 4. atrun considered harmful
93 4. atrun considered harmful
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtan.dat49 # [conj] does not make sense since we already considered x < 0
62 # [conj] makes no sense since we already considered x < 0
110 # [odd] gives no new relation since we already considered y < 0
/netbsd-src/usr.bin/make/unit-tests/
H A Ddepsrc-optional.mk19 : A leaf node using '::' is considered out-of-date.
/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Ddelimiters.args2 # considered to be part of the record, causing '$' at the end of the

12345678910>>...44