Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp25 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()
33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp497 PGOOpt->Action != PGOOptions::SampleUse) in buildO1FunctionSimplificationPipeline()
688 PGOOpt->Action != PGOOptions::SampleUse) in buildFunctionSimplificationPipeline()
920 PGOOpt->Action == PGOOptions::SampleUse) in buildInlinerPipeline()
1017 PGOOpt->Action == PGOOptions::SampleUse) in buildModuleInlinerPipeline()
1069 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
1251 PGOOpt->Action == PGOOptions::SampleUse)) in addVectorPasses()
1638 PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTOPreLinkDefaultPipeline()
1667 if (ThinLTO && PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTOPreLinkDefaultPipeline()
1722 PGOOpt->Action == PGOOptions::SampleUse) in buildThinLTODefaultPipeline()
1750 ImportSummary, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
[all...]
/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp180 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
369 case SampleUse: in runPassPipeline()
371 PGOOptions::SampleUse, PGOOptions::NoCSAction, in runPassPipeline()
385 P->Action == PGOOptions::SampleUse)) { in runPassPipeline()
386 errs() << "CSPGOKind cannot be used with IRInstr or SampleUse"; in runPassPipeline()
H A DNewPMDriver.h52 SampleUse enumerator
/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp345 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse) in getFSRemappingFile()
356 if (PGOOpt == std::nullopt || PGOOpt->Action != PGOOptions::SampleUse)
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp836 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline()
863 PGOOpt->Action != PGOOptions::SampleUse && in RunOptimizationPipeline()
864 "Cannot run CSProfileGen pass with ProfileGen or SampleUse " in RunOptimizationPipeline()
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp244 /*MemoryProfile=*/"", FS, PGOOptions::SampleUse, in runNewPMPasses()