OpenASIP  2.0
Variables
DataDependenceGraphBuilder.cc File Reference
#include "CompilerWarnings.hh"
#include <llvm/CodeGen/MachineInstr.h>
#include <llvm/CodeGen/MachineMemOperand.h>
#include "AssocTools.hh"
#include "ContainerTools.hh"
#include "TCEString.hh"
#include "SequenceTools.hh"
#include "Program.hh"
#include "Procedure.hh"
#include "Instruction.hh"
#include "Operation.hh"
#include "SpecialRegisterPort.hh"
#include "Move.hh"
#include "ProgramOperation.hh"
#include "RegisterFile.hh"
#include "Machine.hh"
#include "UniversalMachine.hh"
#include "Exception.hh"
#include "UnboundedRegisterFile.hh"
#include "MoveGuard.hh"
#include "Guard.hh"
#include "MoveNodeSet.hh"
#include "Operand.hh"
#include "POMDisassembler.hh"
#include "DisassemblyRegister.hh"
#include "ControlFlowGraph.hh"
#include "ControlFlowEdge.hh"
#include "BasicBlockNode.hh"
#include "BasicBlock.hh"
#include "DataDependenceGraphBuilder.hh"
#include "DataDependenceEdge.hh"
#include "MemoryAliasAnalyzer.hh"
#include "PRegionAliasAnalyzer.hh"
#include "TerminalRegister.hh"
#include "TerminalFUPort.hh"
#include "ConstantAliasAnalyzer.hh"
#include "FalseAliasAnalyzer.hh"
#include "StackAliasAnalyzer.hh"
#include "OffsetAliasAnalyzer.hh"
#include "GlobalVsStackAA.hh"
#include "LLVMAliasAnalyzer.hh"
#include "LLVMTCECmdLineOptions.hh"
#include "InterPassData.hh"
#include "InterPassDatum.hh"
#include "SchedulerCmdLineOptions.hh"
#include "MachineInfo.hh"
Include dependency graph for DataDependenceGraphBuilder.cc:

Go to the source code of this file.

Variables

static const int REG_RV_HIGH = -1
 
static const int REG_SP = 1
 
static const int REG_RV = 0
 
static const int REG_IPARAM = 2
 
static const int REG_VRV = -3
 
static const int REG_FP = -2
 

Detailed Description

Implementation of data dependence graph builder.

DDG's can be built only from unscheduled code. Registers can however have been allocated.

Author
Heikki Kultala 2006-2009 (heikki.kultala-no.spam-tut.fi)
Pekka Jääskeläinen 2021 (pekka.jaaskelainen tuni fi)
Note
rating: red

Definition in file DataDependenceGraphBuilder.cc.

Variable Documentation

◆ REG_FP

const int REG_FP = -2
static

◆ REG_IPARAM

const int REG_IPARAM = 2
static

◆ REG_RV

const int REG_RV = 0
static

◆ REG_RV_HIGH

const int REG_RV_HIGH = -1
static

◆ REG_SP

const int REG_SP = 1
static

◆ REG_VRV

const int REG_VRV = -3
static