LLVM API Documentation
#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>

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_ostream & | llvm::operator<< (raw_ostream &O, std::pair< const BasicBlock *, const BasicBlock * > E) |
| raw_ostream & | llvm::operator<< (raw_ostream &O, std::pair< const MachineBasicBlock *, const MachineBasicBlock * > E) |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const BasicBlock *BB) |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const MachineBasicBlock *MBB) |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const Function *F) |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const MachineFunction *MF) |
| Pass * | llvm::createProfileLoaderPass (const std::string &Filename) |