HomeSort by: relevance | last modified time | path
    Searched refs:createInstrProfilingLegacyPass (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 142 ModulePass *createInstrProfilingLegacyPass(
  /src/external/apache2/llvm/dist/llvm/include/llvm/
LinkAllPasses.h 108 (void) llvm::createInstrProfilingLegacyPass();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 371 MPM.add(createInstrProfilingLegacyPass(Options, IsCS));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 433 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 826 MPM.add(createInstrProfilingLegacyPass(*Options, false));

Completed in 20 milliseconds