Home
last modified time | relevance | path

Searched refs:O2 (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/freebsd/sys/modules/aesni/
H A DMakefile14 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
19 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
24 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
29 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
34 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
/freebsd/contrib/one-true-awk/
H A DREADME.md103 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/tools/test/stress2/misc/
H A Dzfs10.sh83 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 Dexeci386.sh67 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 Dmmap9.sh42 mycc -o mmap9 -O2 -Wall -Wextra mmap9.c || exit 1
43 mycc -o mmap9p -O2 -Wall -Wextra mmap9.c -lpthread || exit 1
H A Dsendfile6.sh230 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 Dtmpfs7.sh230 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 Dnbufkv.sh74 newfs -b 65536 -f 65536 -O2 md$u1 > /dev/null
77 newfs -b 65536 -f 65536 -O2 md$u2 > /dev/null
H A Dswapoff5.sh102 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 Dfcntl3.sh50 cc -o /tmp/fcntl3 -Wall -Wextra -O2 /tmp/fcntl3.c || exit 1
H A Dswap5.sh39 cc -o /tmp/swap5 -Wall -Wextra -O2 ../tools/swap.c || exit 1
H A Dsegnp.sh48 mycc -o /tmp/segnp -Wall -Wextra -O2 /tmp/segnp.c || exit 1
H A Dcallout_reset_on2.sh74 mycc -o /tmp/crwriter2 -Wall -Wextra -O2 -g /tmp/crwriter2.c
291 mycc -o /tmp/crlogger2 -Wall -Wextra -O2 -g /tmp/crlogger2.c
H A Dsyzkaller3.sh43 mycc -o /tmp/syzkaller3 -Wall -Wextra -O2 /tmp/syzkaller3.c ||
H A Dtmpfs5.sh38 mycc -o /tmp/fsx -O2 /tmp/fsx.c || exit 1
H A Dkevent14.sh71 cc -o /tmp/kevent14 -Wall -Wextra -g -O2 /tmp/kevent14.c
H A Dmmap20.sh42 mycc -o mmap20 -O2 -Wall -Wextra mmap20.c || exit 1
H A Ddatagram.sh87 mycc -o datagram -Wall -Wextra -O2 -g datagram.c || exit 1
/freebsd/sys/modules/armv8crypto/
H A DMakefile14 ${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/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp886 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
889 const Function *F2 = getParent(O2); in notDifferentParent()
1567 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1574 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck()
1578 if (O1 != O2) { in aliasCheck()
1580 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1585 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()
1586 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
1599 O2, dyn_cast<Instruction>(O1), /*OrAt*/ true)) in aliasCheck()
1601 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
[all …]
/freebsd/contrib/arm-optimized-routines/
H A DMakefile15 HOST_CFLAGS = -std=c99 -O2
20 CFLAGS = -std=c99 -O2
/freebsd/sys/modules/linux64/
H A DMakefile66 -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \
73 ${CC} -c -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-family-pinctrl.dtsi128 "GPIO166_A22", /* O2 */
154 "GPIO166_A22", /* O2 */
/freebsd/contrib/bearssl/conf/
H A DWin.mk42 CFLAGS = -nologo -W2 -O2

12345678910>>...15