LLVM API Documentation
#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.
| #define DEBUG_TYPE "block-freq" |
Definition at line 32 of file BlockFrequencyInfoImpl.h.
Referenced by emitAnalysis(), llvm::Inliner::runOnSCC(), and llvm::UnrollLoop().