Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
H A DNewPMDriver.cpp257 case SampleUse: in runPassPipeline()
259 PGOOptions::SampleUse); in runPassPipeline()
273 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A Dopt.cpp325 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
399 case SampleUse: in AddOptimizationPasses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h36 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
46 (Action == SampleUse && in ProfileFile()
54 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp607 PGOOpt->Action != PGOOptions::SampleUse) in buildO1FunctionSimplificationPipeline()
781 PGOOpt->Action != PGOOptions::SampleUse) in buildFunctionSimplificationPipeline()
865 PGOOpt->Action == PGOOptions::SampleUse)) in buildFunctionSimplificationPipeline()
976 PGOOpt->Action == PGOOptions::SampleUse) in buildInlinerPipeline()
1048 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
1674 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) { in buildLTODefaultPipeline()
1705 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp215 PGOOptions::SampleUse, PGOOptions::NoCSAction, true); in runNewPMPasses()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1229 PGOOptions::SampleUse, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1248 PGOOpt->Action != PGOOptions::SampleUse && in EmitAssemblyWithNewPassManager()