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()
289 CallGraphProfile = true; in PipelineTuningOptions()1462 if (PTO.CallGraphProfile) in buildModuleOptimizationPipeline()
90 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
159 bool CallGraphProfile; variable
201 CallGraphProfile, enumerator527 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection()534 return S->Kind == ChunkKind::CallGraphProfile; in classof()
222 CallGraphProfile = true; in PassManagerBuilder()952 if (CallGraphProfile) in populateModulePassManager()
120 bool CallGraphProfile; variable
690 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()1274 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()1557 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()