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()
193 CallGraphProfile = true; in PipelineTuningOptions()1291 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()1753 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
156 bool CallGraphProfile; variable
203 CallGraphProfile, enumerator529 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()536 return S->Kind == ChunkKind::CallGraphProfile; in classof()
72 bool CallGraphProfile; variable
773 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1092 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
188 CallGraphProfile = true; in PassManagerBuilder()