Searched refs:VerifyEach (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 34 bool VerifyEach; member in llvm::LLVMPassBuilderOptions 52 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local 68 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 71 if (VerifyEach) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 87 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach() argument 88 unwrap(Options)->VerifyEach = VerifyEach; in LLVMPassBuilderOptionsSetVerifyEach()
|
| H A D | StandardInstrumentations.cpp | 2348 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2359 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations() 2428 if (VerifyEach) in registerCallbacks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 67 LLVMBool VerifyEach);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 138 static cl::opt<bool> VerifyEach("verify-each", variable 733 else if (VerifyEach) in main() 820 if (VerifyEach) in main() 829 if (!NoVerify && !VerifyEach) in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 60 bool VerifyEach = false; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 584 bool VerifyEach; variable 588 bool VerifyEach = false,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 842 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline() 1241 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 269 Conf.VerifyEach); in runNewPMPasses()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 322 CODEGENOPT(VerifyEach , 1, 1) ///< Control whether the LLVM verifier
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6824 MarshallingInfoFlag<CodeGenOpts<"VerifyEach">>;
|