| /freebsd-14.2/sys/modules/aesni/ |
| H A D | Makefile | 15 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \ 20 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \ 25 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \ 30 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \ 35 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | README.md | 103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c 104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c 105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c 106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c 107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab 109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c 110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c 111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c 112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c 113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c [all …]
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | zfs10.sh | 83 mycc -o sendfile4 -Wall -Wextra -O2 sendfile4.c || exit 95 mycc -o sendfile5 -Wall -Wextra -O2 sendfile5.c || exit 105 mycc -o sendfile8 -Wall -Wextra -O2 sendfile8.c || exit 115 mycc -o sendfile9 -Wall -Wextra -O2 sendfile9.c || exit 125 mycc -o sendfile12 -Wall -Wextra -O2 sendfile12.c || exit
|
| H A D | execi386.sh | 67 mycc -o execi386 -Wall -Wextra -O2 -g execi386.c -lpthread || exit 1 80 mycc -m32 -o i386 -Wall -Wextra -O2 -g i386.c || exit 1
|
| H A D | mmap9.sh | 42 mycc -o mmap9 -O2 -Wall -Wextra mmap9.c || exit 1 43 mycc -o mmap9p -O2 -Wall -Wextra mmap9.c -lpthread || exit 1
|
| H A D | sendfile6.sh | 230 mycc -c -Wall -Wextra -O2 util.c 231 mycc -o sendfile6_server -Wall -Wextra -O2 sendfile6_server.c util.o 232 mycc -o sendfile6_client -Wall -Wextra -O2 sendfile6_client.c util.o
|
| H A D | tmpfs7.sh | 230 mycc -c -Wall -Wextra -O2 util.c 231 mycc -o server -Wall -Wextra -O2 server.c util.o 232 mycc -o client -Wall -Wextra -O2 client.c util.o
|
| H A D | nbufkv.sh | 74 newfs -b 65536 -f 65536 -O2 md$u1 > /dev/null 77 newfs -b 65536 -f 65536 -O2 md$u2 > /dev/null
|
| H A D | swapoff5.sh | 102 mycc -o /tmp/swapoff5 -Wall -Wextra -O2 -g /tmp/swapoff5.c || exit 150 mycc -o /tmp/swapoff5x -Wall -Wextra -O2 -g /tmp/swapoff5x.c || exit
|
| H A D | fcntl3.sh | 50 cc -o /tmp/fcntl3 -Wall -Wextra -O2 /tmp/fcntl3.c || exit 1
|
| H A D | swap5.sh | 39 cc -o /tmp/swap5 -Wall -Wextra -O2 ../tools/swap.c || exit 1
|
| H A D | segnp.sh | 48 mycc -o /tmp/segnp -Wall -Wextra -O2 /tmp/segnp.c || exit 1
|
| H A D | syzkaller3.sh | 43 mycc -o /tmp/syzkaller3 -Wall -Wextra -O2 /tmp/syzkaller3.c ||
|
| H A D | tmpfs5.sh | 38 mycc -o /tmp/fsx -O2 /tmp/fsx.c || exit 1
|
| H A D | mmap20.sh | 42 mycc -o mmap20 -O2 -Wall -Wextra mmap20.c || exit 1
|
| H A D | kevent14.sh | 71 cc -o /tmp/kevent14 -Wall -Wextra -g -O2 /tmp/kevent14.c
|
| H A D | posix_openpt.sh | 40 mycc -o posix_openpt -Wall -Wextra -O2 posix_openpt.c || exit 1
|
| H A D | datagram.sh | 87 mycc -o datagram -Wall -Wextra -O2 -g datagram.c || exit 1
|
| /freebsd-14.2/sys/modules/armv8crypto/ |
| H A D | Makefile | 14 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \ 21 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \ 28 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 854 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument 857 const Function *F2 = getParent(O2); in notDifferentParent() 1505 if (O1 != O2) { in aliasCheck() 1507 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck() 1512 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck() 1513 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck() 1528 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck() 1575 if ((O1 == HintO1 && O2 == HintO2) || (O1 == HintO2 && O2 == HintO1)) { in aliasCheck() 1635 aliasCheckRecursive(V1, V1Size, V2, V2Size, AAQI, O1, O2); in aliasCheck() 1672 AAQueryInfo &AAQI, const Value *O1, const Value *O2) { in aliasCheckRecursive() argument [all …]
|
| /freebsd-14.2/contrib/arm-optimized-routines/ |
| H A D | Makefile | 16 HOST_CFLAGS = -std=c99 -O2 21 CFLAGS = -std=c99 -O2
|
| H A D | config.mk.dist | 26 HOST_CFLAGS = -std=c99 -O2 94 networking-cflags += -O2 -fno-tree-vectorize -funroll-loops
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | OptimizationLevel.cpp | 19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
|
| /freebsd-14.2/sys/modules/linux64/ |
| H A D | Makefile | 66 -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \ 73 ${CC} -c -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \
|
| /freebsd-14.2/contrib/bearssl/conf/ |
| H A D | Win.mk | 42 CFLAGS = -nologo -W2 -O2
|