Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h37 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse }; enumerator
57 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty()); in ProfileFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp279 P->CSAction = PGOOptions::CSIRInstr; in runPassPipeline()
283 PGOOptions::NoAction, PGOOptions::CSIRInstr); in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp218 PGOOptions::IRUse, PGOOptions::CSIRInstr, in runNewPMPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1186 PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()
1362 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleOptimizationPipeline()
1803 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildLTODefaultPipeline()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1254 PGOOpt->CSAction = PGOOptions::CSIRInstr; in EmitAssemblyWithNewPassManager()
1260 "", PGOOptions::NoAction, PGOOptions::CSIRInstr, in EmitAssemblyWithNewPassManager()