LLVM API Documentation
#include "llvm/Analysis/Passes.h"#include "llvm/Analysis/ProfileInfo.h"#include "llvm/Pass.h"#include "llvm/Support/CFG.h"#include <set>Include dependency graph for ProfileInfo.cpp:

Go to the source code of this file.
Functions | |
| ImmutablePass * | llvm::createNoProfileInfoPass () |
Variables | |
| RegisterAnalysisGroup< ProfileInfo > | Z ("Profile Information") |
| RegisterOpt< NoProfileInfo > | X ("no-profile","No Profile Information") |
| RegisterAnalysisGroup< ProfileInfo, NoProfileInfo, true > | Y |
RegisterOpt<NoProfileInfo> X("no-profile","No Profile Information") [static] |
RegisterAnalysisGroup<ProfileInfo, NoProfileInfo, true> Y [static] |
Definition at line 92 of file ProfileInfo.cpp.
RegisterAnalysisGroup<ProfileInfo> Z("Profile Information") [static] |