Searched refs:optimize (Results 1 - 25 of 147) sorted by relevance

123456

/freebsd-11-stable/sys/conf/
H A DMakefile.riscv32 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-10.h67 if (optimize >= 1) \
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.h40 void optimize ();
H A Dmain.cc79 searcher.optimize ();
/freebsd-11-stable/contrib/gcc/
H A Dflags.h108 extern int optimize;
110 /* Nonzero means optimize for size. -Os. */
339 optimize on the assumption that values in the type never overflow.
H A Dopts.c756 optimize = 1;
768 /* Optimizing for size forces optimize to be 2. */
769 optimize = 2;
776 optimize = optimize_val;
783 if (!optimize)
788 if (optimize >= 1)
828 if (optimize >= 2)
865 if (optimize >= 3)
916 OPTIMIZATION_OPTIONS (optimize, optimize_size);
936 if (optimize
[all...]
H A Dloop-init.c138 return (optimize > 0
H A Dtree-ssa-loop.c384 || optimize >= 3);
H A Dfinal.c694 if (! optimize || optimize_size)
951 if (optimize)
1153 if (optimize && JUMP_P (insn)
1338 if (!optimize)
1384 int optimize ATTRIBUTE_UNUSED)
1552 final (rtx first, FILE *file, int optimize)
1594 if (optimize && JUMP_P (insn))
1624 insn = final_scan_insn (insn, file, optimize, 0, &seen);
1693 final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
1884 if (0 /* optimize
1544 final(rtx first, FILE *file, int optimize) argument
3922 final_start_function (get_insns (), asm_out_file, optimize); local
3923 final (get_insns (), asm_out_file, optimize); local
[all...]
H A Dconvert.c135 This way we can optimize for instance a=a*2.0 where "a" is float
186 if (optimize
260 if (optimize
426 if (optimize
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
153 optimize.o32: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
H A Dmakefile.wc30 $(OBJDIR)\pcap-dos.obj $(OBJDIR)\pktdrvr.obj $(OBJDIR)\optimize.obj &
105 $(OBJDIR)\optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
H A Dmakefile.dj26 etherent.c gencode.c nametoaddr.c pcap-common.c pcap-dos.c optimize.c \
/freebsd-11-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile15 search.c semantics.c tree.c typeck.c typeck2.c optimize.c \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl74 { my($p1,$p2,$optimize)=@_;
76 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2_skey.c89 # pragma optimize("g",off)
156 # pragma optimize("",on)
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c71 # pragma optimize("g", off)
298 # pragma optimize("",on)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.c212 if (optimize > 0 && TREE_CONSTANT (decl))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h288 void optimize(Module &Module);
H A DLTOCodeGenerator.h165 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h1236 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_func_template
1284 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_doc_function
1763 unsigned int optimize: 2; /* optimization level */ member in struct:quick_procedure
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp10 // intended to be used by linker to optimize code at link time.
321 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
331 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
522 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, function in class:LTOCodeGenerator
588 // been called in optimize(), this call will return early.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp1 //===---- X86CondBrFolding.cpp - optimize conditional branches ------------===//
107 bool optimize();
385 bool X86CondBrFolding::optimize() {
578 return CondBr.optimize();
/freebsd-11-stable/share/mk/
H A Dbsd.init.mk39 # optimize targets that are only needed when building something, such as

Completed in 389 milliseconds

123456