Home
last modified time | relevance | path

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

/freebsd-13.1/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 DPassBuilder.cpp289 CallGraphProfile = true; in PipelineTuningOptions()
1462 if (PTO.CallGraphProfile) in buildModuleOptimizationPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h90 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h159 bool CallGraphProfile; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h201 CallGraphProfile, enumerator
527 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
534 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp222 CallGraphProfile = true; in PassManagerBuilder()
952 if (CallGraphProfile) in populateModulePassManager()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h120 bool CallGraphProfile; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp690 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()
1274 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()
1557 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()