LLVM API Documentation

EdgeProfiling.cpp File Reference

#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>

Include dependency graph for EdgeProfiling.cpp:

Go to the source code of this file.

Functions

ModulePassllvm::createEdgeProfilerPass ()

Variables

static RegisterPass< EdgeProfiler > X ("insert-edge-profiling","Insert instrumentation for edge profiling")


Variable Documentation

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.