Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h37 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse }; enumerator
40 CSPGOAction CSAction = NoCSAction,
53 assert(this->CSAction == NoCSAction || in ProfileFile()
65 assert(this->Action != NoAction || this->CSAction != NoCSAction || in ProfileFile()
/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp261 P = PGOOptions("", "", "", PGOOptions::NoAction, PGOOptions::NoCSAction, in runPassPipeline()
264 P = PGOOptions("", "", "", PGOOptions::NoAction, PGOOptions::NoCSAction, in runPassPipeline()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1208 "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1213 : PGOOptions::NoCSAction; in EmitAssemblyWithNewPassManager()
1221 PGOOptions::SampleUse, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1226 PGOOptions("", "", "", PGOOptions::NoAction, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1231 PGOOptions::NoCSAction, true); in EmitAssemblyWithNewPassManager()
/netbsd/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp215 PGOOptions::SampleUse, PGOOptions::NoCSAction, true); in runNewPMPasses()
226 PGOOptions::NoCSAction, true); in runNewPMPasses()