Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp24 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()
32 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp464 PGOOpt->Action != PGOOptions::SampleUse) in buildO1FunctionSimplificationPipeline()
643 PGOOpt->Action != PGOOptions::SampleUse) in buildFunctionSimplificationPipeline()
862 PGOOpt->Action == PGOOptions::SampleUse) in buildInlinerPipeline()
956 PGOOpt->Action == PGOOptions::SampleUse) in buildModuleInlinerPipeline()
999 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
1522 PGOOpt->Action == PGOOptions::SampleUse) in buildPerModuleDefaultPipeline()
1544 if (ThinLTO && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildFatLTODefaultPipeline()
1592 PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTOPreLinkDefaultPipeline()
1699 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) { in buildLTODefaultPipeline()
1729 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp175 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
349 case SampleUse: in runPassPipeline()
351 PGOOptions::SampleUse); in runPassPipeline()
364 P->Action == PGOOptions::SampleUse)) { in runPassPipeline()
H A DNewPMDriver.h51 SampleUse enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp333 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSProfileFile()
344 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSRemappingFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp772 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline()
797 PGOOpt->Action != PGOOptions::SampleUse && in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp245 /*MemoryProfile=*/"", FS, PGOOptions::SampleUse, in runNewPMPasses()