LLVM API Documentation
#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"
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 DEBUG_TYPE "structurizecfg" |
Definition at line 23 of file StructurizeCFG.cpp.
| INITIALIZE_PASS_BEGIN | ( | StructurizeCFG | , |
| "structurizecfg" | , | ||
| "Structurize the CFG" | , | ||
| false | , | ||
| false | |||
| ) |
| 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.