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

Go to the source code of this file.
Functions | |
| ImmutablePass * | llvm::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) |
char ID [static] |
Definition at line 87 of file ProfileInfo.cpp.
RegisterPass<NoProfileInfo> X("no-profile","No Profile Information", false, true) [static] |
RegisterAnalysisGroup<ProfileInfo, true> Y(X) [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.