TCE  1.21
Macros | Functions
ProgramPartitioner.cc File Reference
#include <iostream>
#include "CompilerWarnings.hh"
#include "ProgramPartitioner.hh"
#include "TCETargetMachinePlugin.hh"
#include "TCETargetMachine.hh"
#include "hash_map.hh"
#include "Application.hh"
#include "tce_config.h"
#include <llvm/IR/Instruction.h>
Include dependency graph for ProgramPartitioner.cc:

Go to the source code of this file.

Macros

#define ASSIGN_UNKNOWN_TO_EXTRAS
 

Functions

llvm::Pass * createProgramPartitionerPass ()
 

Detailed Description

Declaration of ProgramPartitioner class.

Author
Pekka Jääskeläinen 2012

Definition in file ProgramPartitioner.cc.

Macro Definition Documentation

◆ ASSIGN_UNKNOWN_TO_EXTRAS

#define ASSIGN_UNKNOWN_TO_EXTRAS

Definition at line 55 of file ProgramPartitioner.cc.

Function Documentation

◆ createProgramPartitionerPass()

llvm::Pass* createProgramPartitionerPass ( )

Definition at line 58 of file ProgramPartitioner.cc.

Referenced by llvm::TCEPassConfig::addPreRegAlloc().

58  {
59  return new ProgramPartitioner();
60 }