Home
last modified time | relevance | path

Searched refs:CallGraphProfile (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilderBindings.cpp138 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument
139 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
H A DPassBuilder.cpp289 CallGraphProfile = true; in PipelineTuningOptions()
1462 if (PTO.CallGraphProfile) in buildModuleOptimizationPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h93 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h159 bool CallGraphProfile; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h200 CallGraphProfile, enumerator
530 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
537 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp212 CallGraphProfile = true; in PassManagerBuilder()
939 if (CallGraphProfile) in populateModulePassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h126 bool CallGraphProfile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp682 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()
1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()
1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()