CGRAOmp  0.1
Classes | Namespaces | Macros
BalanceTree.hpp File Reference
#include "DFGPass.hpp"
#include "CGRADataFlowGraph.hpp"
#include "llvm/IR/PassManager.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/Instruction.h"

Go to the source code of this file.

Classes

class  CGRAOmp::BalanceTree
 A DFGPass to balance the tree structure. More...
 

Namespaces

 CGRAOmp
 

Macros

#define PREC_PAIR(OP, LEVEL)   std::make_pair(Instruction::OP, LEVEL)
 

Macro Definition Documentation

◆ PREC_PAIR

#define PREC_PAIR (   OP,
  LEVEL 
)    std::make_pair(Instruction::OP, LEVEL)