LLVM API Documentation
#include "ProfilingUtils.h"#include "llvm/Constants.h"#include "llvm/DerivedTypes.h"#include "llvm/Module.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Streams.h"#include "llvm/Transforms/Utils/BasicBlockUtils.h"#include "llvm/Transforms/Instrumentation.h"#include <set>

Go to the source code of this file.
Functions | |
| ModulePass * | llvm::createEdgeProfilerPass () |
Variables | |
| static RegisterPass< EdgeProfiler > | X ("insert-edge-profiling","Insert instrumentation for edge profiling") |
char ID [static] |
Definition at line 36 of file EdgeProfiling.cpp.
RegisterPass<EdgeProfiler> X("insert-edge-profiling","Insert instrumentation for edge profiling") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.