Searched refs:VerifyEach (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 31 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 D | StandardInstrumentations.cpp | 2438 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 D | PassBuilder.h | 79 LLVMBool VerifyEach);
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 144 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 D | Config.h | 61 bool VerifyEach = false; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 616 bool VerifyEach; variable 621 bool VerifyEach = false,
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 136 static cl::opt<bool> VerifyEach("verify-each", variable 655 else if (VerifyEach) in compileModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 924 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline() 1361 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 275 Conf.VerifyEach); in runNewPMPasses()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 339 CODEGENOPT(VerifyEach , 1, 1, Benign) ///< Control whether the LLVM verifier
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7668 MarshallingInfoFlag<CodeGenOpts<"VerifyEach">>;
|