代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/367182/2851360

s stxncpy.s

/* Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) EV6 optimized by Rick Gorton . This file is part of
www.eeworm.com/read/367182/2851364

s memset.s

/* Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) EV6 optimized by Rick Gorton . This file is part of
www.eeworm.com/read/366702/2866252

c gnu-inline-anon-namespace.c

/* { dg-do compile } */ /* { dg-options "-O" } */ // such that static functions are optimized out /* { dg-final { scan-assembler-not "func1" } } */ /* { dg-final { scan-assembler-not "func2" } } */ /*
www.eeworm.com/read/366702/2867406

c nothrow1.c

// Test that the nothrow optimization works properly. // { dg-do compile } // { dg-options "-O -fdump-tree-optimized" } extern void blah() throw(); int i, j, k; int main() { try { ++i;
www.eeworm.com/read/366702/2867448

c indir-call-prof.c

/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */ struct A { A () {} virtual int AA (void) { return 0; } }; struct B : public A { B () {} virtual int AA (void)
www.eeworm.com/read/366702/2876233

f90 volatile5.f90

! { dg-do compile } ! { dg-options "-O3 -fdump-tree-optimized" } ! Tests whether volatile really works with modules ! PR fortran/29601 module volmod implicit none integer, volatile :: a logical
www.eeworm.com/read/366702/2878245

c 20050125-1.c

/* Verify that the CALL sideeffect isn't optimized away. */ /* Contributed by Greg Parker 25 Jan 2005 */ #include #include struct parse { char *next;
www.eeworm.com/read/366702/2882628

c builtin-integral-1.c

/* Copyright (C) 2004 Free Software Foundation. Verify that integral FP expressions are optimized. Written by Kaveh Ghazi, 2004-03-16. */ /* { dg-do link } */ /* We need -ffinite-math-only
www.eeworm.com/read/366702/2882756

c nrv3.c

/* Verify that gimple-level NRV is occurring when values other than the return slot are call-clobbered. */ /* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ #ifdef __SPU__ /
www.eeworm.com/read/366702/2882997

c ssa-ccp-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ /* Check that cprop works for assignments to array elements and structs. */ struct foo { int a; }; extern void link_error