Searched refs:VerifyEach (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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(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 | 2071 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument 2079 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations() 2137 if (VerifyEach) in registerCallbacks()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 67 LLVMBool VerifyEach);
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | opt.cpp | 131 static cl::opt<bool> VerifyEach("verify-each", variable 321 if (VerifyEach) in addPass() 333 if (!NoVerify || VerifyEach) in AddOptimizationPasses() 776 else if (VerifyEach) in main() 932 if (!NoVerify && !VerifyEach) in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 518 bool VerifyEach; variable 521 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
|