Searched refs:CallGraphProfile (Results 1 – 6 of 6) sorted by relevance
175 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument176 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
319 CallGraphProfile = true; in PipelineTuningOptions()1625 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()2190 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
125 LLVMBool CallGraphProfile);
245 CallGraphProfile, enumerator572 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()579 return S->Kind == ChunkKind::CallGraphProfile; in classof()
82 bool CallGraphProfile; variable
908 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1348 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()