LLVM  8.0.1
Classes | Namespaces | Macros
CFGMST.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/BlockFrequencyInfo.h"
#include "llvm/Analysis/BranchProbabilityInfo.h"
#include "llvm/Analysis/CFG.h"
#include "llvm/Support/BranchProbability.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include <utility>
#include <vector>
Include dependency graph for CFGMST.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::CFGMST< Edge, BBInfo >
 An union-find based Minimum Spanning Tree for CFG. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define DEBUG_TYPE   "cfgmst"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "cfgmst"

Definition at line 30 of file CFGMST.h.