Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument
1224 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
1237 if (VerifyEach) in registerCallbacks()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h60 LLVMBool VerifyEach);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h427 bool VerifyEach; variable
430 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,