Searched refs:CallGraphProfile (Results 1 – 8 of 8) sorted by relevance
138 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() argument139 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile; in LLVMPassBuilderOptionsSetCallGraphProfile()
289 CallGraphProfile = true; in PipelineTuningOptions()1462 if (PTO.CallGraphProfile) in buildModuleOptimizationPipeline()
93 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
159 bool CallGraphProfile; variable
200 CallGraphProfile, enumerator530 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()537 return S->Kind == ChunkKind::CallGraphProfile; in classof()
212 CallGraphProfile = true; in PassManagerBuilder()939 if (CallGraphProfile) in populateModulePassManager()
126 bool CallGraphProfile; variable
682 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()