LLVM  8.0.1
Classes | Namespaces
SimplifyCFG.h File Reference

This file provides the interface for the pass responsible for both simplifying and canonicalizing the CFG. More...

#include "llvm/Transforms/Utils/Local.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"
Include dependency graph for SimplifyCFG.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SimplifyCFGPass
 A pass to simplify and canonicalize the CFG of a function. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

This file provides the interface for the pass responsible for both simplifying and canonicalizing the CFG.

Definition in file SimplifyCFG.h.