GCC Middle and Back End API Reference
mode-switching.c File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "target.h"
#include "rtl.h"
#include "regs.h"
#include "hard-reg-set.h"
#include "flags.h"
#include "insn-config.h"
#include "recog.h"
#include "basic-block.h"
#include "tm_p.h"
#include "function.h"
#include "tree-pass.h"
#include "df.h"
#include "emit-rtl.h"
#include "insn-attr.h"
Include dependency graph for mode-switching.c:

Functions

static bool gate_mode_switching ()
static unsigned int rest_of_handle_mode_switching ()
rtl_opt_passmake_pass_mode_switching ()

Function Documentation

static bool gate_mode_switching ( )
static

CPU mode switching Copyright (C) 1998-2013 Free Software Foundation, Inc.

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/. We want target macros for the mode switching code to be able to refer to instruction attribute values.

References rest_of_handle_mode_switching().

rtl_opt_pass* make_pass_mode_switching ( )
static unsigned int rest_of_handle_mode_switching ( )
static

Referenced by gate_mode_switching().