Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp25 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()
33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp488 PGOOpt->Action != PGOOptions::SampleUse) in buildO1FunctionSimplificationPipeline()
679 PGOOpt->Action != PGOOptions::SampleUse) in buildFunctionSimplificationPipeline()
909 PGOOpt->Action == PGOOptions::SampleUse) in buildInlinerPipeline()
1003 PGOOpt->Action == PGOOptions::SampleUse) in buildModuleInlinerPipeline()
1046 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
1596 PGOOpt->Action == PGOOptions::SampleUse) in buildPerModuleDefaultPipeline()
1618 if (ThinLTO && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildFatLTODefaultPipeline()
1666 PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTOPreLinkDefaultPipeline()
1773 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) { in buildLTODefaultPipeline()
1803 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
/src/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp175 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
364 case SampleUse: in runPassPipeline()
366 PGOOptions::SampleUse, PGOOptions::NoCSAction, in runPassPipeline()
380 P->Action == PGOOptions::SampleUse)) { in runPassPipeline()
H A DNewPMDriver.h52 SampleUse enumerator
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp337 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSProfileFile()
348 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSRemappingFile()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp802 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline()
829 PGOOpt->Action != PGOOptions::SampleUse && in RunOptimizationPipeline()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp241 /*MemoryProfile=*/"", FS, PGOOptions::SampleUse, in runNewPMPasses()