|
LLVM
4.0.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallSet.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/PassManager.h"#include "llvm/IR/ProfileSummary.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Pass.h"#include <memory>Go to the source code of this file.
Classes | |
| class | llvm::ProfileSummaryInfo |
| Analysis providing profile information. More... | |
| class | llvm::ProfileSummaryInfoWrapperPass |
| An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo. More... | |
| class | llvm::ProfileSummaryAnalysis |
| An analysis pass based on the new PM to deliver ProfileSummaryInfo. More... | |
| class | llvm::ProfileSummaryPrinterPass |
Printer pass that uses ProfileSummaryAnalysis. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6