代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/366702/2882962
c alias-5.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct {
int i;
struct {
struct {
int i;
} x[2];
} b;
} a;
int foo(void)
{
a.i = 1;
a.b.x[0].i = 0;
a.b.x[1].i =
www.eeworm.com/read/366702/2883064
c 20030824-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
struct A
{
int a,b;
};
int foo (int x, int y)
{
int i, j;
struct A a,b;
a.a = x;
b.b = y;
j = a.a;
i = b.b;
www.eeworm.com/read/366702/2883162
c 20030814-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3 -fdump-tree-optimized" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
extern const char tree_code_typ
www.eeworm.com/read/366702/2883197
c 20030814-4.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3 -fdump-tree-optimized" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
extern const char tree_code_typ
www.eeworm.com/read/350657/3119379
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 4
.gl
www.eeworm.com/read/350657/3119393
s memscan.s
/* $Id: memscan.S,v 1.3 2000/01/31 04:59:10 davem Exp $
* memscan.S: Optimized memscan for Sparc64.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1998 David S. Mill
www.eeworm.com/read/264095/4293056
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 4
.gl
www.eeworm.com/read/264095/4293070
s memscan.s
/* $Id: memscan.S,v 1.3 2000/01/31 04:59:10 davem Exp $
* memscan.S: Optimized memscan for Sparc64.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1998 David S. Mill
www.eeworm.com/read/262046/4315526
makefile
# Makefile - makefile for vw/src/libc/math
#
# modification history
# --------------------
# 02f,13aug03,dtr Making PPC85XX use optimized soft float libraries.
# 02e,02aug02,pcs Add support for PPC8
www.eeworm.com/read/162614/5530496
c 20030814-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3 -fdump-tree-optimized" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
extern const char tree_code_typ