OpenASIP  2.0
SimpleIfConverter.cc File Reference
#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"
Include dependency graph for SimpleIfConverter.cc:

Go to the source code of this file.

Detailed Description

Implementation of if converter optimizer class.

This does if conversion for simple control structures where only one predicate is used.

Author
Heikki Kultala 2008 (heikk.nosp@m.i.ku.nosp@m.ltala.nosp@m.@tut.nosp@m..fi)
Note
rating: red

Definition in file SimpleIfConverter.cc.