代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/368386/2815436
s u3copy_in_user.s
/* $Id: U3copy_in_user.S,v 1.4 2001/03/21 05:58:47 davem Exp $
* U3memcpy.S: UltraSparc-III optimized copy within userspace.
*
* Copyright (C) 1999, 2000 David S. Miller (davem@redhat.com)
*/
#if
www.eeworm.com/read/368386/2815439
s u3copy_to_user.s
/* $Id: U3copy_to_user.S,v 1.3 2000/11/01 09:29:19 davem Exp $
* U3memcpy.S: UltraSparc-III optimized copy to userspace.
*
* Copyright (C) 1999, 2000 David S. Miller (davem@redhat.com)
*/
#ifdef
www.eeworm.com/read/368386/2815441
s u3copy_from_user.s
/* $Id: U3copy_from_user.S,v 1.3.2.1 2002/01/15 07:17:47 davem Exp $
* U3memcpy.S: UltraSparc-III optimized copy from userspace.
*
* Copyright (C) 1999, 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/366702/2877556
f90 volatile4.f90
! { dg-do compile }
! { dg-options "-O2 -fdump-tree-optimized" }
! Tests whether volatile really works
! PR fortran/29601
logical, volatile :: t1
logical :: t2
integer :: i
t2 = .false.
t1 = .false.
www.eeworm.com/read/366702/2882940
c pr23848-1.c
/* PR middle-end/23848 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
void bar1 (char *, int);
void foo1 (int size)
{
char temp[size];
temp[size-1] = '\0';
bar1 (te
www.eeworm.com/read/366702/2882983
c pr18134.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int foo (int a)
{
void *p;
if (a!=0)
p = &&L0;
else
p = &&L1;
goto *p;
L0:
return 1;
L1:
return 0;
}
/* Everything shoul
www.eeworm.com/read/366702/2883095
c foldaddr-3.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
union a
{
struct s1
{
long long a;
long long b;
} s1;
struct s2
{
int c;
int d;
} s2;
struct s3
www.eeworm.com/read/366702/2883154
c complex-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fno-tree-dce -fdump-tree-optimized" } */
_Complex int t = 0;
int f(void)
{
t = 0;
__real__ t = 2;
__imag__ t = 2;
}
/* { dg-final { scan-tree-dump-ti
www.eeworm.com/read/366702/2883328
c alias-3.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct {
int i;
int j;
int x[2];
} a;
int foo(void)
{
a.i = 1;
a.j = 0;
a.x[0] = 0;
return a.i + a.j;
}
/* { dg-final
www.eeworm.com/read/366702/2883342
c pr23294.c
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */
int f1(int a)
{
return a*6-a;
}
int f2(int a)
{
return a*4+a;
}
int f3(int a)
{
return 2*a + 3*a;
}
int f4(int a, int