LLVM API Documentation
#include "llvm/CodeGen/Passes.h"
#include "llvm/Constant.h"
#include "llvm/Instructions.h"
#include "llvm/Function.h"
#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Visibility.h"
#include "llvm/ADT/DepthFirstIterator.h"
Include dependency graph for UnreachableBlockElim.cpp:
Go to the source code of this file.
Functions | |
FunctionPass * | llvm::createUnreachableBlockEliminationPass () |
Variables | |
RegisterOpt< UnreachableBlockElim > | X ("unreachableblockelim","Remove unreachable blocks from the CFG") |
RegisterOpt<UnreachableBlockElim> X("unreachableblockelim","Remove unreachable blocks from the CFG") [static] |