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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp213 : FunctionPass(ID), Profiler(0), Filename(Name) {
219 void dump() { Profiler->dump(); }
231 OwningPtr<SampleProfile> Profiler; member in class:__anon2823::SampleProfileLoader
464 return Profiler->emitAnnotations(F);
468 Profiler.reset(new SampleProfile(Filename));
469 Profiler->loadText();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp257 StmtProfiler *Profiler; member in class:__anon3157::OMPClauseProfiler
262 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { }
275 Profiler->VisitStmt(*I);
1280 StmtProfiler Profiler(ID, Context, Canonical);
1281 Profiler.Visit(this);

Completed in 106 milliseconds