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

  /src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
PassBuilder.h 93 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 138 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) {
139 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile;
PassBuilder.cpp 289 CallGraphProfile = true;
1462 if (PTO.CallGraphProfile)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 159 bool CallGraphProfile;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 200 CallGraphProfile,
530 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {}
537 return S->Kind == ChunkKind::CallGraphProfile;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 126 bool CallGraphProfile;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 212 CallGraphProfile = true;
939 if (CallGraphProfile)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 682 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS;
1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS;
1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS;

Completed in 105 milliseconds