|
LLVM
4.0.0
|
#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/ADT/PointerUnion.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/TinyPtrVector.h"#include "llvm/Analysis/EHPersonalities.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionInitializer.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/Dwarf.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Target/TargetLoweringObjectFile.h"#include "llvm/Target/TargetMachine.h"Go to the source code of this file.
Classes | |
| class | llvm::MMIAddrLabelMapCallbackPtr |
| class | llvm::MMIAddrLabelMap |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| FunctionPass * | llvm::createFreeMachineFunctionPass () |
| This pass frees the memory occupied by the MachineFunction. More... | |
1.8.6