Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument
134 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
H A DPassBuilderPipelines.cpp290 CallGraphProfile = true; in PipelineTuningOptions()
1384 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1850 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h94 bool CallGraphProfile; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h205 CallGraphProfile, enumerator
531 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
538 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp61 CallGraphProfile = true; in PassManagerBuilder()
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h71 bool CallGraphProfile; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp833 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1167 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()