LLVM 19.0.0git
Functions
UnreachableBlockElim.cpp File Reference
#include "llvm/CodeGen/UnreachableBlockElim.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"

Go to the source code of this file.

Functions

 INITIALIZE_PASS (UnreachableBlockElimLegacyPass, "unreachableblockelim", "Remove unreachable blocks from the CFG", false, false) FunctionPass *llvm
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( UnreachableBlockElimLegacyPass  ,
"unreachableblockelim"  ,
"Remove unreachable blocks from the CFG"  ,
false  ,
false   
)

Definition at line 57 of file UnreachableBlockElim.cpp.