代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4685401
c loop-5.c
/* A test for induction variable merging. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
void foo(long);
void xxx(void)
{
long iter, jter;
for (iter = 0, jter = 2; ite
www.eeworm.com/read/233448/4685415
c loop-6.c
/* { dg-do compile } */
/* { dg-options "-O1 -funswitch-loops -fdump-tree-unswitch-details -fdump-tree-vars" } */
int ch;
int a[100];
void xxx(void)
{
int i;
for (i = 0; i < 100; i++)
{
www.eeworm.com/read/233448/4685421
c loop-4.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/233448/4685486
c loop-2.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/233448/4685502
c loop-7.c
/* PR tree-optimization/19828 */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-lim-details" } */
int cst_fun1 (int) __attribute__((__const__));
int cst_fun2 (int) __attribute__((__const__)
www.eeworm.com/read/233448/4685529
c loop-3.c
/* A test for strength reduction and induction variable elimination.
Target is restricted to x86 type architectures, so that we may
assume something about memory addressing modes. */
/* { dg-d
www.eeworm.com/read/233448/4686292
c loop-3.c
/* PR optimization/13985 */
/* Copied from gcc.c-torture/compile/930621-1.c */
/* { dg-do compile } */
/* { dg-options "-O3" } */
/* { dg-options "-O3 -mtune=i386" { target { i?86-*-* && ilp32 } } }
www.eeworm.com/read/229403/4756152
patch 500-loop.patch
--- gcc/gcc/loop.c 14 Feb 2004 14:46:03 -0000 1.488.2.3
+++ gcc/gcc/loop.c 28 Apr 2004 22:02:53 -0000
@@ -929,6 +929,7 @@
|| (! (GET_CODE (SET_SRC (set)) == REG
&& (REGNO (SET_SRC (set))
www.eeworm.com/read/229403/4756203
patch 500-loop.patch
--- gcc/gcc/loop.c 14 Feb 2004 14:46:03 -0000 1.488.2.3
+++ gcc/gcc/loop.c 28 Apr 2004 22:02:53 -0000
@@ -929,6 +929,7 @@
|| (! (GET_CODE (SET_SRC (set)) == REG
&& (REGNO (SET_SRC (set))
www.eeworm.com/read/221054/4837719
h loop_wchar.h
/*
* Copyright (C) 2000-2002 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or modify