Searched refs:VerifyEach (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 2094 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2105 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations() 2164 if (VerifyEach) in registerCallbacks()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 67 LLVMBool VerifyEach);
|
| /openbsd-src/gnu/llvm/llvm/tools/opt/ |
| H A D | opt.cpp | 132 static cl::opt<bool> VerifyEach("verify-each", variable 287 if (VerifyEach) in addPass() 713 else if (VerifyEach) in main() 832 if (!NoVerify && !VerifyEach) in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 568 bool VerifyEach; variable 572 bool VerifyEach = false,
|