Searched refs:SampleUse (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 25 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions() 33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 510 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 D | NewPMDriver.cpp | 182 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 D | NewPMDriver.h | 52 SampleUse enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 29 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 345 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 D | BackendUtil.cpp | 856 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline() 883 PGOOpt->Action != PGOOptions::SampleUse && in RunOptimizationPipeline()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 247 /*MemoryProfile=*/"", FS, PGOOptions::SampleUse, in runNewPMPasses()
|