Searched refs:EdgeProfiler (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp34 class EdgeProfiler : public ModulePass { class in namespace:__anon10625
38 EdgeProfiler() : ModulePass(ID) { function in class:__anon10625::EdgeProfiler
48 char EdgeProfiler::ID = 0;
49 INITIALIZE_PASS(EdgeProfiler, "insert-edge-profiling",
52 ModulePass *llvm::createEdgeProfilerPass() { return new EdgeProfiler(); }
54 bool EdgeProfiler::runOnModule(Module &M) {

Completed in 152 milliseconds