LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ProfileInfoLoaderPass.cpp File Reference

#include "llvm/BasicBlock.h"
#include "llvm/InstrTypes.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/ProfileInfo.h"
#include "llvm/Analysis/ProfileInfoLoader.h"
#include "llvm/Support/CommandLine.h"
#include <iostream>

Include dependency graph for ProfileInfoLoaderPass.cpp:

Go to the source code of this file.

Functions

Passllvm::createProfileLoaderPass (const std::string &Filename)


Variable Documentation

cl::opt<std::string> ProfileInfoFilename("profile-info-file", cl::init("llvmprof.out"), cl::value_desc("filename"), cl::desc("Profile file loaded by -profile-loader")) [static]
 

RegisterOpt<LoaderPass> X("profile-loader","Load profile information from llvmprof.out") [static]
 

RegisterAnalysisGroup<ProfileInfo, LoaderPass> Y [static]
 

Definition at line 54 of file ProfileInfoLoaderPass.cpp.