|
LLVM
4.0.0
|
#include "llvm/Transforms/Scalar.h"#include "llvm/ADT/MapVector.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/SCCIterator.h"#include "llvm/Analysis/DivergenceAnalysis.h"#include "llvm/Analysis/LoopInfo.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/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Transforms/Utils/SSAUpdater.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "structurizecfg" |
Functions | |
| INITIALIZE_PASS_BEGIN (StructurizeCFG,"structurizecfg","Structurize the CFG", false, false) INITIALIZE_PASS_END(StructurizeCFG | |
| static bool | hasOnlyUniformBranches (const Region *R, const DivergenceAnalysis &DA) |
Variables | |
| structurizecfg | |
| Structurize the | CFG |
| Structurize the | false |
| #define DEBUG_TYPE "structurizecfg" |
Definition at line 28 of file StructurizeCFG.cpp.
|
static |
Definition at line 865 of file StructurizeCFG.cpp.
References llvm::RegionBase< RegionTr >::blocks(), llvm::dbgs(), DEBUG, llvm::dyn_cast(), llvm::BranchInst::getCondition(), llvm::BranchInst::isConditional(), and llvm::DivergenceAnalysis::isUniform().
| Structurize the CFG |
Definition at line 255 of file StructurizeCFG.cpp.
| Structurize the false |
Definition at line 255 of file StructurizeCFG.cpp.
| structurizecfg |
Definition at line 255 of file StructurizeCFG.cpp.
1.8.6