HomeSort by: relevance | last modified time | path
    Searched defs:Profiler (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 1 //===- MemProfiler.cpp - memory allocation and access profiler ------------===//
212 MemProfiler Profiler(*F.getParent());
213 return Profiler.instrumentFunction(F);
254 MemProfiler Profiler(M);
255 if (Profiler.instrumentFunction(F))
266 ModuleMemProfiler Profiler(M);
267 if (Profiler.instrumentModule(M))
GCOVProfiling.cpp 178 : ModulePass(ID), Profiler(Opts) {
181 StringRef getPassName() const override { return "GCOV Profiler"; }
193 return Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI);
202 GCOVProfiler Profiler;
628 GCOVProfiler Profiler(GCOVOpts);
642 if (!Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI))
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp 331 // FIXME: Implement MS style inline asm statement profiler.
410 StmtProfiler *Profiler;
416 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { }
427 Profiler->VisitStmt(S);
434 Profiler->VisitStmt(E);
440 Profiler->VisitStmt(C->getCondition());
446 Profiler->VisitStmt(C->getCondition());
452 Profiler->VisitStmt(C->getNumThreads());
457 Profiler->VisitStmt(C->getSafelen());
462 Profiler->VisitStmt(C->getSimdlen())
    [all...]

Completed in 34 milliseconds