Home
last modified time | relevance | path

Searched refs:IRInstr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp32 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()
42 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr); in PGOOptions()
/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/Passes/
H A DPassBuilderPipelines.cpp1113 (PGOOpt->Action == PGOOptions::IRInstr || in buildModuleSimplificationPipeline()
1119 (PGOOpt->Action == PGOOptions::IRInstr || in buildModuleSimplificationPipeline()
1122 /*RunProfileGen=*/PGOOpt->Action == PGOOptions::IRInstr, in buildModuleSimplificationPipeline()
2003 if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr || in buildO0DefaultPipeline()
2007 /*RunProfileGen=*/(PGOOpt->Action == PGOOptions::IRInstr), in buildO0DefaultPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp343 PGOOptions::IRInstr); in runPassPipeline()
363 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp757 "", "", CodeGenOpts.MemoryProfileUsePath, nullptr, PGOOptions::IRInstr, in RunOptimizationPipeline()
796 assert(PGOOpt->Action != PGOOptions::IRInstr && in RunOptimizationPipeline()