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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp35 class OptimalEdgeProfiler : public ModulePass { class in namespace:__anon10628
39 OptimalEdgeProfiler() : ModulePass(ID) { function in class:__anon10628::OptimalEdgeProfiler
54 char OptimalEdgeProfiler::ID = 0;
55 INITIALIZE_PASS_BEGIN(OptimalEdgeProfiler, "insert-optimal-edge-profiling",
60 INITIALIZE_PASS_END(OptimalEdgeProfiler, "insert-optimal-edge-profiling",
65 return new OptimalEdgeProfiler();
75 bool OptimalEdgeProfiler::runOnModule(Module &M) {

Completed in 116 milliseconds