LLVM API Documentation

Defines | Functions | Variables
StructurizeCFG.cpp File Reference
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SCCIterator.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Analysis/RegionPass.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"
Include dependency graph for StructurizeCFG.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "structurizecfg"

Functions

 INITIALIZE_PASS_BEGIN (StructurizeCFG,"structurizecfg","Structurize the CFG", false, false) INITIALIZE_PASS_END(StructurizeCFG

Variables

 structurizecfg
Structurize the CFG
Structurize the false

Define Documentation

#define DEBUG_TYPE   "structurizecfg"

Definition at line 23 of file StructurizeCFG.cpp.


Function Documentation

INITIALIZE_PASS_BEGIN ( StructurizeCFG  ,
"structurizecfg"  ,
"Structurize the CFG ,
false  ,
false   
)

Variable Documentation

Structurize the CFG

Definition at line 264 of file StructurizeCFG.cpp.

Structurize the false

Definition at line 264 of file StructurizeCFG.cpp.

Definition at line 264 of file StructurizeCFG.cpp.