代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/366702/2881241
c pr34027-1.c
/* { dg-do compile } */
/* { dg-options "-Os -fdump-tree-optimized" } */
unsigned long foobar(unsigned long ns)
{
while(ns >= 10000L)
ns -= 10000L;
return ns;
}
/* { dg-final { scan-tree-dum
www.eeworm.com/read/366702/2881455
c strict-overflow-5.c
/* { dg-do compile } */
/* { dg-options "-fstrict-overflow -O2 -fdump-tree-optimized" } */
/* We can only unroll when using strict overflow semantics. */
int foo (int i)
{
int index;
int r=0;
www.eeworm.com/read/366702/2882191
c pr30904.c
/* { dg-do link } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
extern int t;
extern void link_error(void);
int main (void)
{
struct { unsigned int a : 7; } s;
s.a = t;
if (s.
www.eeworm.com/read/366702/2882381
c val-prof-6.c
/* { dg-options "-O2 -fdump-tree-optimized" } */
char a[1000];
char b[1000];
int size=1000;
__attribute__ ((noinline))
t(int size)
{
__builtin_memcpy(a,b,size);
}
int
main()
{
int i;
for (i=0; i
www.eeworm.com/read/366702/2882390
c val-prof-3.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
unsigned int a[1000];
unsigned int b = 257;
unsigned int c = 1023;
unsigned int d = 19;
main ()
{
int i;
unsigned int n;
www.eeworm.com/read/366702/2882391
c val-prof-4.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
unsigned int a[1000];
unsigned int b = 999;
unsigned int c = 1002;
unsigned int d = 1003;
main ()
{
int i;
unsigned int n;
www.eeworm.com/read/366702/2882392
c val-prof-2.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
unsigned int a[1000];
unsigned int b = 256;
unsigned int c = 1024;
unsigned int d = 17;
main ()
{
int i;
unsigned int n;
www.eeworm.com/read/366702/2882396
c indir-call-prof.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
static int a1 (void)
{
return 10;
}
static int a2 (void)
{
return 0;
}
typedef int (*tp) (void);
static tp aa [] =
www.eeworm.com/read/366702/2883114
c pr23848-3.c
/* PR middle-end/23848 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
void bar (int, char *, char *, char *, char *, int);
void foo (int size)
{
int i;
for (i = 0; i
www.eeworm.com/read/366702/2883139
c pr30978.c
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */
int foo(int a)
{
unsigned int b = a > 0;
char c = b;
_Bool d = c == 0;
int e = !d;
return e;
}
/* { dg-final { scan-