00001 /* 00002 * Copyright 2003, 2004, 2005, 2006 PathScale, Inc. All Rights Reserved. 00003 */ 00004 00005 /* 00006 00007 Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. 00008 00009 This program is free software; you can redistribute it and/or modify it 00010 under the terms of version 2 of the GNU General Public License as 00011 published by the Free Software Foundation. 00012 00013 This program is distributed in the hope that it would be useful, but 00014 WITHOUT ANY WARRANTY; without even the implied warranty of 00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 00017 Further, this software is distributed without any warranty that it is 00018 free of the rightful claim of any third person regarding infringement 00019 or the like. Any license provided herein, whether implied or 00020 otherwise, applies only to this software file. Patent licenses, if 00021 any, provided herein do not apply to combinations of this program with 00022 other software, or any other product whatsoever. 00023 00024 You should have received a copy of the GNU General Public License along 00025 with this program; if not, write the Free Software Foundation, Inc., 59 00026 Temple Place - Suite 330, Boston MA 02111-1307, USA. 00027 00028 Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pky, 00029 Mountain View, CA 94043, or: 00030 00031 http://www.sgi.com 00032 00033 For further information regarding this notice, see: 00034 00035 http://oss.sgi.com/projects/GenInfo/NoticeExplan 00036 00037 */ 00038 00039 00040 #ifndef ipa_trace_INCLUDED 00041 #define ipa_trace_INCLUDED 00042 00043 /* Trace Options -- Please put them here, and not in arbitrary places */ 00044 00045 #define IPA_TRACE_IPA 1 00046 #define IPA_TRACE_IPAA 2 00047 #define IPA_TRACE_DETAIL 4 00048 #define IPA_TRACE_CG 8 00049 #define IPA_TRACE_IPAA_SUMMARY 16 00050 #define IPA_TRACE_STATS 32 00051 #define IPA_TRACE_ITERATOR 64 00052 #define IPA_TRACE_SPLIT_COMMON 128 00053 #define IPA_TRACE_SECTIONS 256 00054 #define IPA_TRACE_CPROP_CLONING 512 00055 #define IPA_TRACE_LNO_WRITE 1024 00056 #define IPA_TRACE_SECTION_CORRECTNESS 2048 00057 #define IPA_TRACE_PREOPT_IPL 4096 00058 #define IPA_TRACE_MODREF 8192 00059 #define IPA_TRACE_COMMON_CONST 16384 00060 #define IPA_TRACE_RESHAPE 32768 00061 #define IPA_TRACE_EXCOST 65536 00062 #define IPA_TRACE_SIMPLIFY 131072 00063 #define IPA_TRACE_TUNING 0x40000 00064 #define IPA_TRACE_TUNING_NEW 0x80000 00065 00066 #endif /* ipa_trace_INCLUDED */
1.5.6