Searched defs:VerifyEach (Results 1 – 12 of 12) sorted by relevance
29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()34 bool VerifyEach; member in llvm::LLVMPassBuilderOptions52 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local87 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
2094 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
102 VerifyEach("verify-each", cl::desc("Verify after each transform")); variable
568 bool VerifyEach; variable
584 bool VerifyEach; variable
598 bool VerifyEach; variable
60 bool VerifyEach = false; member