Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp193 CallGraphProfile = true; in PipelineTuningOptions()
1291 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1753 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
/llvm-project-15.0.7/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h156 bool CallGraphProfile; variable
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h203 CallGraphProfile, enumerator
529 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
536 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DPassBuilder.h72 bool CallGraphProfile; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp773 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1092 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp188 CallGraphProfile = true; in PassManagerBuilder()