Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
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()
DStandardInstrumentations.cpp1217 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument
1225 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
1238 if (VerifyEach) in registerCallbacks()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/
DPassBuilder.h60 LLVMBool VerifyEach);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
Dopt.cpp134 static cl::opt<bool> VerifyEach("verify-each", variable
352 if (VerifyEach) in addPass()
364 if (!NoVerify || VerifyEach) in AddOptimizationPasses()
824 else if (VerifyEach) in main()
1016 if (!NoVerify && !VerifyEach) in main()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
DStandardInstrumentations.h426 bool VerifyEach; variable
429 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,