|
LLVM 22.0.0git
|
#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"Go to the source code of this file.
Classes | |
| class | llvm::PostDominatorTree |
| PostDominatorTree Class - Concrete subclass of DominatorTree that is used to compute the post-dominator tree. More... | |
| class | llvm::PostDominatorTreeAnalysis |
Analysis pass which computes a PostDominatorTree. More... | |
| class | llvm::PostDominatorTreePrinterPass |
Printer pass for the PostDominatorTree. More... | |
| struct | llvm::PostDominatorTreeWrapperPass |
| struct | llvm::GraphTraits< PostDominatorTree * > |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI FunctionPass * | llvm::createPostDomTree () |