代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/366702/2883291
c structopt-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized -fno-tree-sra" } */
/* Even without SRA being enabled, we should be able to eliminate every structure store and load here. */
extern
www.eeworm.com/read/366702/2883305
c pr16721.c
/* { dg-do compile } */
/* { dg-options "-O2 -fno-strict-aliasing -fdump-tree-optimized" } */
struct data {
volatile unsigned long *addr;
} *p;
int test()
{
*p->addr;
return 0;
}
/* The load fr
www.eeworm.com/read/366702/2883351
c 20050128-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-gimple" } */
int
foo (int align)
{
int off = 0 % align;
return off ? align - off : 0;
}
/* We should have optimized away the mod operator
www.eeworm.com/read/366702/2883381
c alias-11.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct param { int *a; };
void foo(struct param *p);
int bar(void)
{
int a[32];
struct param p;
a[0] = 1;
a[1] = 1;
www.eeworm.com/read/366702/2883388
c ssa-pre-14.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
extern __SIZE_TYPE__ strlen (const char *) __attribute__ ((__pure__));
void
foo (const char *str)
{
__SIZE_TYPE__ a = strle
www.eeworm.com/read/366359/2890893
c gvmat32c.c
/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
* Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
* File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/366359/2891109
c gvmat32c.c
/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
* Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
* File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/364434/2906153
svn-base cavsdsp_mmx.c.svn-base
/*
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder.
* Copyright (c) 2006 Stefan Gehrer
*
* MMX-optimized DSP functions, based on H.264 optimizations by
* Michael Nie
www.eeworm.com/read/361993/2939206
c gvmat32c.c
/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
* Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
* File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/361993/2939388
c gvmat32c.c
/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
* Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
* File written by Gilles Vollant, by modifiying the longest_