代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/366702/2883329

c bool-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool f1(_Bool x) { return !!x; } /* There should be no != 0 which is produced by the front-end as bool_var != 0 is the
www.eeworm.com/read/366702/2883377

c pr24689.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ extern void bar (unsigned int); int foo (void) { char buf[1] = { 3 }; const char *p = buf; const char **q = &p; unsign
www.eeworm.com/read/366702/2883393

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/366359/2890897

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/366359/2891111

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/354980/3070465

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/350657/3119154

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,
www.eeworm.com/read/264095/4292789

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,
www.eeworm.com/read/162614/5530429

c pr21029.c

/* { dg-do run } */ /* { dg-options "-O2 -fwrapv" } */ /* PR tree-optimization/21029 f() used to get optimized to an infinite loop by tree-vrp, because j is assumed to be non-negative. Even t
www.eeworm.com/read/162614/5540536

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