Searched refs:CallGraphProfile (Results 1 – 6 of 6) sorted by relevance
133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument134 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
296 CallGraphProfile = true; in PipelineTuningOptions()1479 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()1978 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
218 CallGraphProfile, enumerator545 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()552 return S->Kind == ChunkKind::CallGraphProfile; in classof()
76 bool CallGraphProfile; variable
826 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1228 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()