LLVM API Documentation

EdgeProfiling.cpp File Reference

#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Instrumentation.h"
#include "ProfilingUtils.h"
#include <iostream>
#include <set>

Include dependency graph for EdgeProfiling.cpp:

Go to the source code of this file.

Functions

ModulePassllvm::createEdgeProfilerPass ()

Variables

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


Variable Documentation

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