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

/external/llvm/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp34 class EdgeProfiler : public ModulePass { class in namespace:__anon9069
38 EdgeProfiler() : ModulePass(ID) { function in class:__anon9069::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 62 milliseconds