Home
last modified time | relevance | path

Searched refs:CSIRInstr (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h29 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp35 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty()); in PGOOptions()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp374 P->CSAction = PGOOptions::CSIRInstr; in runPassPipeline()
379 PGOOptions::CSIRInstr); in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1129 PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()
1341 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleOptimizationPipeline()
1852 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildLTODefaultPipeline()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp803 PGOOpt->CSAction = PGOOptions::CSIRInstr; in RunOptimizationPipeline()
811 PGOOptions::CSIRInstr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp250 PGOOptions::CSIRInstr, Conf.AddFSDiscriminator); in runNewPMPasses()