Searched refs:IRInstr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 32 (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 D | PGOOptions.h | 28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1113 (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 D | NewPMDriver.cpp | 343 PGOOptions::IRInstr); in runPassPipeline() 363 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 757 "", "", CodeGenOpts.MemoryProfileUsePath, nullptr, PGOOptions::IRInstr, in RunOptimizationPipeline() 796 assert(PGOOpt->Action != PGOOptions::IRInstr && in RunOptimizationPipeline()
|