Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp31 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument
34 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), in LLVMPassBuilderOptions()
38 bool VerifyEach; member in llvm::LLVMPassBuilderOptions
55 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
78 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
84 if (VerifyEach) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
91 if (VerifyEach) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
124 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach() argument
125 unwrap(Options)->VerifyEach = VerifyEach; in LLVMPassBuilderOptionsSetVerifyEach()
H A DStandardInstrumentations.cpp2438 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument
2449 VerifyEach(VerifyEach) {} in StandardInstrumentations()
2518 if (VerifyEach) in registerCallbacks()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h79 LLVMBool VerifyEach);
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp144 static cl::opt<bool> VerifyEach("verify-each", variable
738 else if (VerifyEach) in optMain()
826 if (VerifyEach) in optMain()
835 if (!NoVerify && !VerifyEach) in optMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h61 bool VerifyEach = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h616 bool VerifyEach; variable
621 bool VerifyEach = false,
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp136 static cl::opt<bool> VerifyEach("verify-each", variable
655 else if (VerifyEach) in compileModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp924 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline()
1361 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp275 Conf.VerifyEach); in runNewPMPasses()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def339 CODEGENOPT(VerifyEach , 1, 1, Benign) ///< Control whether the LLVM verifier
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7668 MarshallingInfoFlag<CodeGenOpts<"VerifyEach">>;