Searched refs:optimize (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-10.3-release/contrib/gcc/
H A Dtree-complex.c1580 return optimize == 0 || sorrycount || errorcount;
H A Dtree-ssa-loop-niter.c1107 if (optimize >= 3)
1155 : N_("cannot optimize possibly infinite loops");
1160 : N_("cannot optimize loop, the loop counter may overflow");
H A Dglobal.c2529 if (optimize)
H A Demit-rtl.c3398 gcc_assert (!optimize || !INSN_DELETED_P (after));
3461 gcc_assert (!optimize || !INSN_DELETED_P (before));
H A Dgcse.c5846 be no opportunity to optimize them. */
6596 /* Return true if the graph is too expensive to optimize. PASS is the
6640 return optimize > 0 && flag_gcse;
6681 return optimize > 0 && flag_gcse;
H A Dcalls.c182 if (optimize && ! flag_no_function_cse)
452 ??? We may optimize similar to defer_pop above, but it is
708 || optimize))
879 passes optimize the instructions we emit. By storing 0 into
2215 /* Check whether the target is able to optimize the call
H A Dc-typeck.c1712 else if (optimize && TREE_CODE (exp) == VAR_DECL && code != ARRAY_TYPE)
2895 /* Construct and perhaps optimize a tree representation
4161 if (optimize && TREE_CODE (rhs) == VAR_DECL
5111 if (optimize && TREE_CODE (inside_init) == VAR_DECL)
H A Dmodulo-sched.c2465 /* Revisit later and optimize this into a single loop. */
2506 return (optimize > 0 && flag_modulo_sched);
H A Dsched-rgn.c3320 return optimize > 0 && flag_schedule_insns_after_reload;
H A Dsee.c3747 return optimize > 1 && flag_see;
H A Dreload.c4007 && optimize)
4085 && optimize)
H A DMakefile.in983 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \
2054 tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
H A Domp-low.c1159 if (optimize > 0
H A Dvarasm.c5237 else if (optimize && is_local)
H A Dc-common.c450 assertions and optimize accordingly, but not check them. */
2141 /* If one of the operands must be floated, we cannot optimize. */
2554 but we optimize comparisons, &&, ||, and !.
2624 zero if it is weak, so we cannot optimize. */
5222 kind = optimize ? TLS_MODEL_LOCAL_DYNAMIC : TLS_MODEL_GLOBAL_DYNAMIC;
H A Dfold-const.c3565 won't optimize anything, so return zero. */
4627 of the COND_EXPR. This function is being used also to optimize
5491 /* If something does not permit us to optimize, return the original tree. */
6498 /* If this is testing a single bit, we can optimize the test. */
6532 /* If this is testing a single bit, we can optimize the test. */
9899 if (optimize)
10202 /* Also optimize A % (C << N) where C is a power of 2,
10443 if (!optimize)
10840 && (optimize || TREE_CODE (arg1) == INTEGER_CST))
11542 /* Only optimize constan
[all...]
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dia64.c2931 if (optimize)
6703 if ((mflag_sched_br_data_spec && !reload_completed && optimize > 0)
8463 if (optimize == 0)
8470 if (optimize && ia64_flag_schedule_insns2)
/freebsd-10.3-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl152 and %o0,-2048,%o0 ! optimize TLB utilization
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Darm.c1434 if (optimize > 0
4087 else if (GET_CODE (x) == CONST_INT && optimize > 0)
14580 else if (optimize >= 2)
14582 else if (optimize)
14862 if (optimize > 0 && TREE_CONSTANT (decl))
/freebsd-10.3-release/sys/geom/journal/
H A Dg_journal.c131 SYSCTL_UINT(_kern_geom_journal, OID_AUTO, optimize, CTLFLAG_RW,
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql467 ### only uses this information for deciding how to optimize
/freebsd-10.3-release/sbin/pfctl/
H A Dparse.y584 pf->optimize = $3;
6012 if (pfctl_rules(dev, la->filename, pf->opts, pf->optimize,
/freebsd-10.3-release/contrib/gcclibs/libssp/
H A Dconfigure851 --enable-fast-install=PKGS optimize for fast installation default=yes
/freebsd-10.3-release/contrib/gcclibs/libmudflap/
H A Dconfigure851 --enable-fast-install=PKGS optimize for fast installation default=yes
/freebsd-10.3-release/contrib/gcc/config/s390/
H A Ds390.c3477 if (!optimize || TARGET_LONG_DISPLACEMENT)
9219 /* Try to optimize prologue and epilogue further. */

Completed in 749 milliseconds

123456