Searched refs:VerifyEach (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 30 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 32 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 35 bool VerifyEach; member in llvm::LLVMPassBuilderOptions 53 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local 69 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 72 if (VerifyEach) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 88 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach() argument 89 unwrap(Options)->VerifyEach = VerifyEach; in LLVMPassBuilderOptionsSetVerifyEach()
|
H A D | StandardInstrumentations.cpp | 2445 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2456 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations() 2525 if (VerifyEach) in registerCallbacks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 67 LLVMBool VerifyEach);
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 140 static cl::opt<bool> VerifyEach("verify-each", variable 733 else if (VerifyEach) in optMain() 819 if (VerifyEach) in optMain() 828 if (!NoVerify && !VerifyEach) in optMain()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | Config.h | 60 bool VerifyEach = false; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 599 bool VerifyEach; variable 603 bool VerifyEach = false,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 874 CodeGenOpts.VerifyEach, PrintPassOpts); in RunOptimizationPipeline() 1254 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 269 Conf.VerifyEach); in runNewPMPasses()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 332 CODEGENOPT(VerifyEach , 1, 1) ///< Control whether the LLVM verifier
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7131 MarshallingInfoFlag<CodeGenOpts<"VerifyEach">>;
|