代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/162614/5530452

c ssa-dom-ccp-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int t(int a) __attribute__ ((const)); void abort (void); int ccp(int b) { int a=1; a++; a++; a++; if (b) abort(); ret
www.eeworm.com/read/162614/5530528

c update-cunroll.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int a[8]; int t() { int i; for (i = 0; i < 3; i++) if (a[i]) break; return i; } /* { dg-final { scan-tree-dump-times "I
www.eeworm.com/read/162614/5530532

c reassoc-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int a, b, c, d; extern int printf (const char *, ...); int main(void) { int e; int f; /* We should be able to transform
www.eeworm.com/read/162614/5530400

c ssa-ccp-7.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void link_error (void); /* tests to check if cprop works when using non-return functions */ extern int not_returnin
www.eeworm.com/read/162614/5530453

c 20031021-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ struct A { int i : 8; }; signed char c1, c2; struct A a; int main() { a.i = c1; c2 = a.i; return a.i; } /* We shoul
www.eeworm.com/read/162614/5530489

c sra-3.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */ /* Test for SRA. */ typedef struct teststruct { double d; char f1; } teststruct; test
www.eeworm.com/read/162614/5530753

c pr15784-4.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int a (int x) { return ~x + 1; /* -x */ } int b (int x) { return -x -1; /* ~x */ } /* { dg-final { scan-tree-dump "~x;" "op
www.eeworm.com/read/440621/7685705

txt asprotect 2.0x fix iat with import elimination optimized.txt

//copyright by Pnluck 20005 pnluck@virgilio.it //if u use this script for write a tutorial, u can put me in thankses :D //i must to thanks MaRKuS-DJM and KaGra for their info at http://forum.exetools
www.eeworm.com/read/187634/8613034

txt readme.txt

Libjpeg.lib is the optimized lib, libno.lib is the not optimized version. choose the apropriate one according to your compile flags for 3dsview
www.eeworm.com/read/281447/9155246

m digamma.m

%Calculates the digamma function. % %Loops on rows of a matrix - could be optimized better % %Matthew J. Beal GCNU 06/02/01 function res=digamma(X); coef=[-1/12 1/120 -1/252 1/240 -1/132 691/32760