Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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(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.cpp2071 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 DPassBuilder.h67 LLVMBool VerifyEach);
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp131 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 DStandardInstrumentations.h518 bool VerifyEach; variable
521 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,