Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h36 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
54 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp252 P = PGOOptions(ProfileFile, "", "", PGOOptions::IRInstr); in runPassPipeline()
272 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1177 (PGOOpt->Action == PGOOptions::IRInstr || in buildModuleSimplificationPipeline()
1180 /* RunProfileGen */ PGOOpt->Action == PGOOptions::IRInstr, in buildModuleSimplificationPipeline()
1921 if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr || in buildO0DefaultPipeline()
1925 /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr), in buildO0DefaultPipeline()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1216 "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1247 assert(PGOOpt->Action != PGOOptions::IRInstr && in EmitAssemblyWithNewPassManager()