代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/367182/2851398
s strncat.s
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Richard Henderson , 1996.
EV67 optimized by Rick Gorton .
This file is
www.eeworm.com/read/367182/2851399
s strrchr.s
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
EV67 optimized by Rick Gorton .
This file is part of the GNU C Library.
The GNU C Library is free
www.eeworm.com/read/367182/2853755
s strcmp.s
/* Highly optimized version for ix86, x>=6.
Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/366702/2867412
c pr30965.c
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized" } */
#include
#include
extern void assign( long* variable, long v )
{
std::transform( variabl
www.eeworm.com/read/366702/2867699
c pointer-reference-alias.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int f(int *a)
{
int &b = *a;
b = 0;
return *a;
}
/* There should be only one dereferencing of a. */
/* { dg-final { sca
www.eeworm.com/read/366702/2876733
f90 volatile11.f90
! { dg-do compile }
! { dg-options "-O2 -fdump-tree-optimized" }
! Tests that volatile can be applied to members of common blocks or
! equivalence groups (PR fortran/35037)
!
subroutine wait1
logica
www.eeworm.com/read/366702/2881370
c builtin1.c
/* isdigit(c) can be optimized to ((unsigned)c) - '0'
www.eeworm.com/read/366702/2882349
c pr29801.c
/* We used to crash in ccp here, because the initial constant value of 2
was changed to 5. */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
static const int a = 2;
in
www.eeworm.com/read/366702/2882876
c loop-8.c
/* A test for strength reduction of ivs with nonconstant step. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int bar (void);
int a[100];
void xxx (void)
{
int iter
www.eeworm.com/read/366702/2882918
c ssa-ccp-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
extern void link_error (void);
/* check that cprop for variables of different types still works even
if function calls o