Searched refs:IRInstr (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 250 P = PGOOptions(ProfileFile, "", "", PGOOptions::IRInstr); in runPassPipeline() 270 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 36 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator 54 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 1168 (PGOOpt->Action == PGOOptions::IRInstr || in buildModuleSimplificationPipeline() 1171 /* RunProfileGen */ PGOOpt->Action == PGOOptions::IRInstr, in buildModuleSimplificationPipeline() 1916 if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr || in buildO0DefaultPipeline() 1920 /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr), in buildO0DefaultPipeline()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1208 "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager() 1239 assert(PGOOpt->Action != PGOOptions::IRInstr && in EmitAssemblyWithNewPassManager()
|