LLVM API Documentation

Classes | Namespaces | Typedefs | Functions
ProfileInfo.h File Reference
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <map>
#include <set>
#include <string>
Include dependency graph for ProfileInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ProfileInfoT< FType, BType >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Typedefs

typedef ProfileInfoT< Function,
BasicBlock > 
llvm::ProfileInfo
typedef ProfileInfoT
< MachineFunction,
MachineBasicBlock > 
llvm::MachineProfileInfo

Functions

raw_ostreamllvm::operator<< (raw_ostream &O, std::pair< const BasicBlock *, const BasicBlock * > E)
raw_ostreamllvm::operator<< (raw_ostream &O, std::pair< const MachineBasicBlock *, const MachineBasicBlock * > E)
raw_ostream & llvm::operator<< (raw_ostream &O, const BasicBlock *BB)
raw_ostreamllvm::operator<< (raw_ostream &O, const MachineBasicBlock *MBB)
raw_ostream & llvm::operator<< (raw_ostream &O, const Function *F)
raw_ostreamllvm::operator<< (raw_ostream &O, const MachineFunction *MF)
Passllvm::createProfileLoaderPass (const std::string &Filename)