LLVM API Documentation

UnreachableBlockElim.cpp File Reference

#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/ADT/DepthFirstIterator.h"

Include dependency graph for UnreachableBlockElim.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createUnreachableBlockEliminationPass ()

Variables

RegisterOpt< UnreachableBlockElim > X ("unreachableblockelim","Remove unreachable blocks from the CFG")


Variable Documentation

RegisterOpt<UnreachableBlockElim> X("unreachableblockelim","Remove unreachable blocks from the CFG") [static]