Searched refs:O2 (Results 1 – 25 of 333) sorted by relevance
12345678910>>...14
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} \
103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c[all …]
83 mycc -o sendfile4 -Wall -Wextra -O2 sendfile4.c || exit95 mycc -o sendfile5 -Wall -Wextra -O2 sendfile5.c || exit105 mycc -o sendfile8 -Wall -Wextra -O2 sendfile8.c || exit115 mycc -o sendfile9 -Wall -Wextra -O2 sendfile9.c || exit125 mycc -o sendfile12 -Wall -Wextra -O2 sendfile12.c || exit
67 mycc -o execi386 -Wall -Wextra -O2 -g execi386.c -lpthread || exit 180 mycc -m32 -o i386 -Wall -Wextra -O2 -g i386.c || exit 1
42 mycc -o mmap9 -O2 -Wall -Wextra mmap9.c || exit 143 mycc -o mmap9p -O2 -Wall -Wextra mmap9.c -lpthread || exit 1
230 mycc -c -Wall -Wextra -O2 util.c231 mycc -o server -Wall -Wextra -O2 server.c util.o232 mycc -o client -Wall -Wextra -O2 client.c util.o
230 mycc -c -Wall -Wextra -O2 util.c231 mycc -o sendfile6_server -Wall -Wextra -O2 sendfile6_server.c util.o232 mycc -o sendfile6_client -Wall -Wextra -O2 sendfile6_client.c util.o
74 newfs -b 65536 -f 65536 -O2 md$u1 > /dev/null77 newfs -b 65536 -f 65536 -O2 md$u2 > /dev/null
102 mycc -o /tmp/swapoff5 -Wall -Wextra -O2 -g /tmp/swapoff5.c || exit150 mycc -o /tmp/swapoff5x -Wall -Wextra -O2 -g /tmp/swapoff5x.c || exit
50 cc -o /tmp/fcntl3 -Wall -Wextra -O2 /tmp/fcntl3.c || exit 1
39 cc -o /tmp/swap5 -Wall -Wextra -O2 ../tools/swap.c || exit 1
48 mycc -o /tmp/segnp -Wall -Wextra -O2 /tmp/segnp.c || exit 1
43 mycc -o /tmp/syzkaller3 -Wall -Wextra -O2 /tmp/syzkaller3.c ||
38 mycc -o /tmp/fsx -O2 /tmp/fsx.c || exit 1
42 mycc -o mmap20 -O2 -Wall -Wextra mmap20.c || exit 1
71 cc -o /tmp/kevent14 -Wall -Wextra -g -O2 /tmp/kevent14.c
87 mycc -o datagram -Wall -Wextra -O2 -g datagram.c || exit 1
40 mycc -o posix_openpt -Wall -Wextra -O2 posix_openpt.c || exit 1
45 mycc -o pty2 -Wall -Wextra -O2 pty2.c || exit 1
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} \
886 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument889 const Function *F2 = getParent(O2); in notDifferentParent()1567 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local1574 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 …]
66 -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \73 ${CC} -c -fPIC -pipe -O2 -Werror ${VDSOFLAGS} \
19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
42 CFLAGS = -nologo -W2 -O2
74 static const OptimizationLevel O2; variable