OpenASIP
2.0
|
#include <cmath>
#include <iostream>
#include "SimpleIfConverter.hh"
#include "Move.hh"
#include "Instruction.hh"
#include "Terminal.hh"
#include "TerminalRegister.hh"
#include "Guard.hh"
#include "MoveGuard.hh"
#include "ControlFlowGraph.hh"
#include "CodeGenerator.hh"
#include "NullInstruction.hh"
#include "Procedure.hh"
#include "InstructionReference.hh"
#include "UniversalMachine.hh"
#include "SchedulerCmdLineOptions.hh"
#include "MachineAnalysis.hh"
#include "ControlUnit.hh"
#include "TerminalFUPort.hh"
#include "MoveNode.hh"
#include "InstructionReferenceManager.hh"
#include "Program.hh"
#include "BasicBlock.hh"
Go to the source code of this file.
Implementation of if converter optimizer class.
This does if conversion for simple control structures where only one predicate is used.
Definition in file SimpleIfConverter.cc.