LLVM API Documentation
#include "llvm/Transforms/Scalar.h"#include "llvm/Transforms/Utils/Local.h"#include "llvm/Constants.h"#include "llvm/Instructions.h"#include "llvm/Module.h"#include "llvm/Support/CFG.h"#include "llvm/Pass.h"#include "llvm/ADT/Statistic.h"#include <set>Include dependency graph for Scalar/SimplifyCFG.cpp:

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createCFGSimplificationPass () |
| static bool | MarkAliveBlocks (BasicBlock *BB, std::set< BasicBlock * > &Reachable) |
|
||||||||||||
|
Definition at line 46 of file Scalar/SimplifyCFG.cpp. References llvm::BasicBlock::begin(), llvm::ConstantFoldTerminator(), E, llvm::BasicBlock::end(), I, llvm::succ_begin(), and llvm::succ_end(). |
|
|
|
|
|
|