LLVM
8.0.1
|
#include "llvm/ADT/Optional.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/BlockFrequency.h"
#include <cstdint>
#include <memory>
Go to the source code of this file.
Classes | |
class | llvm::BlockFrequencyInfoImpl< BT > |
Shared implementation for block frequency analysis. More... | |
class | llvm::BlockFrequencyInfo |
BlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation to estimate IR basic block frequencies. More... | |
class | llvm::BlockFrequencyAnalysis |
Analysis pass which computes BlockFrequencyInfo . More... | |
class | llvm::BlockFrequencyPrinterPass |
Printer pass for the BlockFrequencyInfo results. More... | |
class | llvm::BlockFrequencyInfoWrapperPass |
Legacy analysis pass which computes BlockFrequencyInfo . More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Enumerations | |
enum | llvm::PGOViewCountsType { llvm::PGOVCT_None, llvm::PGOVCT_Graph, llvm::PGOVCT_Text } |