Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h159 bool CallGraphProfile; variable
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h168 CallGraphProfile, enumerator
467 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()
474 return S->Kind == ChunkKind::CallGraphProfile; in classof()
/external/llvm-project/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp207 CallGraphProfile = true; in PassManagerBuilder()
883 if (CallGraphProfile) in populateModulePassManager()
/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h125 bool CallGraphProfile; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp667 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()
1144 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()
1473 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp284 CallGraphProfile = true; in PipelineTuningOptions()
1351 if (PTO.CallGraphProfile) in buildModuleOptimizationPipeline()