代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/233448/4685499
c asm-3.c
/* PR 17739 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
#ifdef __hppa__
#define REGISTER "1"
#else
#define REGISTER "0"
#endif
static inline int source(void)
{
regi
www.eeworm.com/read/233448/4685534
c ssa-ccp-11.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* Test for CPROP across a DAG. */
int test111 (int param)
{
int a, b, c;
if (param) {
a = 3;
b = 2;
}
else
www.eeworm.com/read/233448/4692528
asm gvmat32.asm
;
; gvmat32.asm -- Asm 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/229812/4738244
c diag0207.c
// test optimized op= still diagnoses correctly.
struct S {
int s;
// S& operator=( const S& );
};
S src_1 = { 1 };
S const src_2 = { 1 };
S volatile src_3
www.eeworm.com/read/229812/4753142
asm gvmat32.asm
; gvmat32.asm -- Asm 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/216802/4881704
asm gvmat32.asm
;
; gvmat32.asm -- Asm 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 long
www.eeworm.com/read/216450/4893961
asm gvmat32.asm
; gvmat32.asm -- Asm 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/206209/5009244
asm gvmat32.asm
; gvmat32.asm -- Asm 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/196482/5102391
asm gvmat32.asm
; gvmat32.asm -- Asm 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/195013/5116715
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void _memcpy_fromio(void * to,