Searched refs:O2 (Results 76 - 85 of 85) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp2938 auto *O2 = dyn_cast<Operator>(V2);
2939 if (O1 && O2 && O1->getOpcode() == O2->getOpcode()) {
2940 if (auto Values = getInvertibleOperands(O1, O2))
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DPassBuilder.cpp551 .Case("O2", 2)
1187 .Case("O2", OptimizationLevel::O2)
/openbsd-current/gnu/usr.bin/binutils/
H A DMakefile.tpl282 # prepend -O2 when setting CFLAGS_FOR_TARGET.
283 CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
H A DMakefile.in279 # prepend -O2 when setting CFLAGS_FOR_TARGET.
280 CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
/openbsd-current/gnu/usr.bin/cvs/
H A Dcvsnt.mak160 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1120 .Case("o0", SP::O0).Case("o1", SP::O1).Case("o2", SP::O2).Case("o3", SP::O3)
/openbsd-current/usr.sbin/nsd/
H A Dconfigure3882 CFLAGS="-g -O2"
3888 CFLAGS="-O2"
5008 CFLAGS="-g -O2"
5014 CFLAGS="-O2"
5856 # allow user to override the -g -O2 flags.
5893 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -O2" >&5
5894 printf %s "checking whether $CC supports -O2... " >&6; }
5895 cache=`echo O2 | sed 'y%.=/+-%___p_%'`
5902 if test -z "`$CC $CPPFLAGS $CFLAGS -O2 -c conftest.c 2>&1`"; then
5915 CFLAGS="$CFLAGS -O2"
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure5409 if $cc $_sysroot -O2 $flag -o gcctest gcctest.c 2>gcctest.out && $run ./gcctest; then
5461 if $cc -O2 -fno-delete-null-pointer-checks -o gcctest gcctest.c; then
/openbsd-current/usr.sbin/unbound/
H A Dconfigure4212 CFLAGS="-g -O2"
4218 CFLAGS="-O2"
4920 # allow user to override the -g -O2 flags.
4957 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -O2" >&5
4958 printf %s "checking whether $CC supports -O2... " >&6; }
4959 cache=`echo O2 | sed 'y%.=/+-%___p_%'`
4966 if test -z "`$CC $CPPFLAGS $CFLAGS -O2 -c conftest.c 2>&1`"; then
4979 CFLAGS="$CFLAGS -O2"
5563 CFLAGS="-g -O2"
5569 CFLAGS="-O2"
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A DMakefile.in252 BOOT_CFLAGS= -g -O2
331 # prepend -O2 when setting CFLAGS_FOR_TARGET.
332 CFLAGS_FOR_TARGET = -O2 $(CFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
[all...]

Completed in 545 milliseconds

1234