Searched refs:CallGraphProfile (Results 1 – 8 of 8) sorted by relevance
133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument134 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
290 CallGraphProfile = true; in PipelineTuningOptions()1384 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()1850 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
94 bool CallGraphProfile; variable
205 CallGraphProfile, enumerator531 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()538 return S->Kind == ChunkKind::CallGraphProfile; in classof()
61 CallGraphProfile = true; in PassManagerBuilder()
71 bool CallGraphProfile; variable
833 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1167 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()