Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp296 CallGraphProfile = true; in PipelineTuningOptions()
1479 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1978 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h218 CallGraphProfile, enumerator
545 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
552 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h76 bool CallGraphProfile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp826 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1228 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()