LLVM  8.0.1
Classes | Namespaces | Functions
LazyBlockFrequencyInfo.h File Reference
#include "llvm/Analysis/BlockFrequencyInfo.h"
#include "llvm/Analysis/LazyBranchProbabilityInfo.h"
#include "llvm/Pass.h"
Include dependency graph for LazyBlockFrequencyInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::LazyBlockFrequencyInfo< FunctionT, BranchProbabilityInfoPassT, LoopInfoT, BlockFrequencyInfoT >
 Wraps a BFI to allow lazy computation of the block frequencies. More...
 
class  llvm::LazyBlockFrequencyInfoPass
 This is an alternative analysis pass to BlockFrequencyInfoWrapperPass. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::initializeLazyBFIPassPass (PassRegistry &Registry)
 Helper for client passes to initialize dependent passes for LBFI. More...