LLVM  8.0.1
Classes | Namespaces | Enumerations
BlockFrequencyInfo.h File Reference
#include "llvm/ADT/Optional.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/BlockFrequency.h"
#include <cstdint>
#include <memory>
Include dependency graph for BlockFrequencyInfo.h:
This graph shows which files directly or indirectly include this file:

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 }