Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DPassBuilderBindings.cpp133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument
134 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
DPassBuilderPipelines.cpp290 CallGraphProfile = true; in PipelineTuningOptions()
1384 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1850 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/Transforms/
DPassBuilder.h97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h94 bool CallGraphProfile; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h205 CallGraphProfile, enumerator
531 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
538 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp61 CallGraphProfile = true; in PassManagerBuilder()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
DPassBuilder.h71 bool CallGraphProfile; variable