Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp134 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument
135 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
H A DPassBuilderPipelines.cpp320 CallGraphProfile = true; in PipelineTuningOptions()
1553 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
2053 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h230 CallGraphProfile, enumerator
557 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
564 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h78 bool CallGraphProfile; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp858 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1241 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()