Searched refs:IRInstr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions() 43 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr); in PGOOptions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 357 PGOOptions::IRInstr, PGOOptions::NoCSAction, in runPassPipeline() 379 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 1163 IsPGOPreLink && PGOOpt->Action == PGOOptions::IRInstr; in buildModuleSimplificationPipeline() 2078 if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr || in buildO0DefaultPipeline() 2082 /*RunProfileGen=*/(PGOOpt->Action == PGOOptions::IRInstr), in buildO0DefaultPipeline()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 785 "", "", CodeGenOpts.MemoryProfileUsePath, nullptr, PGOOptions::IRInstr, in RunOptimizationPipeline() 828 assert(PGOOpt->Action != PGOOptions::IRInstr && in RunOptimizationPipeline()
|