|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/BasicBlock.h"#include "llvm/Support/BlockFrequency.h"#include "llvm/Support/BranchProbability.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ScaledNumber.h"#include "llvm/Support/raw_ostream.h"#include <deque>#include <list>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::bfi_detail | |
Macros | |
| #define | DEBUG_TYPE "block-freq" |
Functions | |
| BlockMass | llvm::bfi_detail::operator+ (const BlockMass &L, const BlockMass &R) |
| BlockMass | llvm::bfi_detail::operator- (const BlockMass &L, const BlockMass &R) |
| BlockMass | llvm::bfi_detail::operator* (const BlockMass &L, const BranchProbability &R) |
| BlockMass | llvm::bfi_detail::operator* (const BranchProbability &L, const BlockMass &R) |
| raw_ostream & | llvm::bfi_detail::operator<< (raw_ostream &OS, const BlockMass &X) |
| template<class BlockT > | |
| std::string | llvm::bfi_detail::getBlockName (const BlockT *BB) |
| Get the name of a MachineBasicBlock. More... | |
| template<> | |
| std::string | llvm::bfi_detail::getBlockName (const BasicBlock *BB) |
| Get the name of a BasicBlock. More... | |
| #define DEBUG_TYPE "block-freq" |
Definition at line 32 of file BlockFrequencyInfoImpl.h.
1.8.6