代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/366702/2882172

c builtins-45.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-trapping-math -fno-finite-math-only -fdump-tree-optimized" } */ extern void f(int); extern void link_error (); extern float x; extern double y; ex
www.eeworm.com/read/366702/2882999

c ssa-dse-5.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int x; int f1 (int i, int j, int k) { int *p = k ? &i : &j; i = 3; *p = 5; x = j; } /* The assignment "i =
www.eeworm.com/read/366702/2883191

c complex-4.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int g(_Complex int*); int f(void) { _Complex int t = 0; int i, j; __real__ t += 2; __imag__ t += 2; return g(&t); } /*
www.eeworm.com/read/366702/2883207

c update-cunroll.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int a[8]; int t() { int i; for (i = 0; i < 3; i++) if (a[i]) break; return i; } /* { dg-final { scan-tree-dump-times "I
www.eeworm.com/read/366702/2883331

c wholeprogram-1.c

/* { dg-options "-O2 -fdump-tree-optimized -fwhole-program" } */ int b[100]; void abort (void); void large_function () { int i; for (i = 0; i < 99; i++) if (b[i] / (b[i+1] + 1)) abort (
www.eeworm.com/read/366702/2883842

c volatile2.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-gimple -fdump-tree-optimized" } */ struct GTeth_desc { unsigned ed_cmdsts; }; struct GTeth_softc { struct GTeth_desc txq_desc[32]; }; voi
www.eeworm.com/read/366702/2883905

c builtins-44.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-trapping-math -fno-finite-math-only -fdump-tree-optimized" } */ extern void f(int); extern void link_error (); extern float x; extern double y; ex
www.eeworm.com/read/350657/3120056

s blockops.s

/* $Id: blockops.S,v 1.8 1998/01/30 10:58:44 jj Exp $ * blockops.S: Common block zero optimized routines. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include
www.eeworm.com/read/264095/4293733

s blockops.s

/* $Id: blockops.S,v 1.8 1998/01/30 10:58:44 jj Exp $ * blockops.S: Common block zero optimized routines. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include
www.eeworm.com/read/161121/5557430

s blockops.s

/* $Id: blockops.S,v 1.8 1998/01/30 10:58:44 jj Exp $ * blockops.S: Common block zero optimized routines. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include