Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ModulePass

263 class PathProfiler : public ModulePass {
348 PathProfiler() : ModulePass(ID) {
368 ModulePass *llvm::createPathProfilerPass() { return new PathProfiler(); }