Home
last modified time | relevance | path

Searched refs:SampleUse (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp25 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()
33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp510 PGOOpt->Action != PGOOptions::SampleUse) in buildO1FunctionSimplificationPipeline()
699 PGOOpt->Action != PGOOptions::SampleUse) in buildFunctionSimplificationPipeline()
931 if (isLTOPreLink(Phase) && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildInlinerPipeline()
1028 if (isLTOPreLink(Phase) && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildModuleInlinerPipeline()
1080 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
1271 PGOOpt->Action == PGOOptions::SampleUse)) in buildModuleSimplificationPipeline()
1662 PGOOpt->Action == PGOOptions::SampleUse) in buildPerModuleDefaultPipeline()
1697 if (ThinLTO && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildFatLTODefaultPipeline()
1765 PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTOPreLinkDefaultPipeline()
1793 ImportSummary, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildThinLTODefaultPipeline()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp182 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
372 case SampleUse: in runPassPipeline()
374 PGOOptions::SampleUse, PGOOptions::NoCSAction, in runPassPipeline()
388 P->Action == PGOOptions::SampleUse)) { in runPassPipeline()
H A DNewPMDriver.h52 SampleUse enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h29 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp345 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSProfileFile()
356 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSRemappingFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp856 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline()
883 PGOOpt->Action != PGOOptions::SampleUse && in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp247 /*MemoryProfile=*/"", FS, PGOOptions::SampleUse, in runNewPMPasses()