Home
last modified time | relevance | path

Searched refs:VerifyEach (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 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 DStandardInstrumentations.cpp2348 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 DPassBuilder.h67 LLVMBool VerifyEach);
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp138 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 DConfig.h60 bool VerifyEach = false; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h584 bool VerifyEach; variable
588 bool VerifyEach = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp842 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline()
1241 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp269 Conf.VerifyEach); in runNewPMPasses()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def322 CODEGENOPT(VerifyEach , 1, 1) ///< Control whether the LLVM verifier
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6824 MarshallingInfoFlag<CodeGenOpts<"VerifyEach">>;