LLVM API Documentation

ProfileInfo.cpp File Reference

#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/ProfileInfo.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include <set>

Include dependency graph for ProfileInfo.cpp:

Go to the source code of this file.

Functions

ImmutablePassllvm::createNoProfileInfoPass ()

Variables

static RegisterAnalysisGroup
< ProfileInfo
Z ("Profile Information")
static RegisterPass
< NoProfileInfo > 
X ("no-profile","No Profile Information", false, true)
static RegisterAnalysisGroup
< ProfileInfo, true > 
Y (X)


Variable Documentation

char ID [static]

Definition at line 87 of file ProfileInfo.cpp.

RegisterPass<NoProfileInfo> X("no-profile","No Profile Information", false, true) [static]

RegisterAnalysisGroup<ProfileInfo> Z("Profile Information") [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.