LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/ProfileSummary.h"
#include "llvm/Pass.h"
#include "llvm/Support/BlockFrequency.h"
#include <memory>
#include <optional>
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |