Chisel
Classes | Typedefs
Reduction.h File Reference
#include <vector>
#include "ProbabilisticModel.h"
#include "Transformation.h"

Go to the source code of this file.

Classes

class  Reduction
 Represents a general reduction step. More...
 

Typedefs

using DDElement = llvm::PointerUnion< clang::Decl *, clang::Stmt * >
 
using DDElementVector = std::vector< DDElement >
 
using DDElementSet = std::set< DDElement >
 

Typedef Documentation

using DDElement = llvm::PointerUnion<clang::Decl *, clang::Stmt *>
using DDElementSet = std::set<DDElement>
using DDElementVector = std::vector<DDElement>