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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 121 struct InstrProfOptions {
137 InstrProfOptions() = default;
143 const InstrProfOptions &Options = InstrProfOptions(), bool IsCS = false);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
46 InstrProfOptions Options;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 620 static Optional<InstrProfOptions>
625 InstrProfOptions Options;
824 if (Optional<InstrProfOptions> Options =
1394 if (Optional<InstrProfOptions> Options =
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false)
433 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 365 InstrProfOptions Options;
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 925 InstrProfOptions Options;
950 InstrProfOptions Options;

Completed in 39 milliseconds