Searched refs:CallGraphProfile (Results 1 – 6 of 6) sorted by relevance
134 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument135 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
320 CallGraphProfile = true; in PipelineTuningOptions()1553 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()2053 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
230 CallGraphProfile, enumerator557 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()564 return S->Kind == ChunkKind::CallGraphProfile; in classof()
78 bool CallGraphProfile; variable
858 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()1241 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()