|
GCC Middle and Back End API Reference
|
#include "config.h"#include "system.h"#include "coretypes.h"#include "tm.h"#include "diagnostic-core.h"#include "rtl.h"#include "tm_p.h"#include "hard-reg-set.h"#include "regs.h"#include "function.h"#include "flags.h"#include "insn-config.h"#include "insn-attr.h"#include "except.h"#include "recog.h"#include "sched-int.h"#include "target.h"#include "cfgloop.h"#include "expr.h"#include "params.h"#include "gcov-io.h"#include "ddg.h"#include "tree-pass.h"#include "dbgcnt.h"#include "df.h"
Functions | |
| static bool | gate_handle_sms () |
| static unsigned int | rest_of_handle_sms () |
| rtl_opt_pass * | make_pass_sms () |
|
static |
Swing Modulo Scheduling implementation. Copyright (C) 2004-2013 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog <zaks,mustafa@il.ibm.com>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see http://www.gnu.org/licenses/.
| rtl_opt_pass* make_pass_sms | ( | ) |
|
static |
Run instruction scheduler. Perform SMS module scheduling.