Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp277 P->CSAction = PGOOptions::CSIRInstr; in runPassPipeline()
281 PGOOptions::NoAction, PGOOptions::CSIRInstr); in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h37 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse }; enumerator
57 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty()); in ProfileFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp1177 PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()
1356 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleOptimizationPipeline()
1794 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildLTODefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp218 PGOOptions::IRUse, PGOOptions::CSIRInstr, in runNewPMPasses()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1246 PGOOpt->CSAction = PGOOptions::CSIRInstr; in EmitAssemblyWithNewPassManager()
1252 "", PGOOptions::NoAction, PGOOptions::CSIRInstr, in EmitAssemblyWithNewPassManager()