Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp250 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 DPassBuilder.h36 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 DPassBuilder.cpp1168 (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 DBackendUtil.cpp1208 "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1239 assert(PGOOpt->Action != PGOOptions::IRInstr && in EmitAssemblyWithNewPassManager()