Searched refs:VerifierKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | NewPMDriver.cpp | 92 const TargetLibraryInfoImpl &TLII, VerifierKind VK, StringRef PassPipeline, in compileModuleWithNewPM() 106 Opt.DisableVerify = VK != VerifierKind::InputOutput; in compileModuleWithNewPM() 114 VK == VerifierKind::EachPass); in compileModuleWithNewPM() 150 if (VK == VerifierKind::InputOutput) in compileModuleWithNewPM()
|
| H A D | NewPMDriver.h | 35 enum class VerifierKind { None, InputOutput, EachPass }; enum 47 const TargetLibraryInfoImpl &TLII, VerifierKind VK,
|
| H A D | llc.cpp | 652 VerifierKind VK = VerifierKind::InputOutput; in compileModule() 654 VK = VerifierKind::None; in compileModule() 656 VK = VerifierKind::EachPass; in compileModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.h | 47 enum class VerifierKind { None, InputOutput, EachPass }; enum 74 opt_tool::OutputKind OK, opt_tool::VerifierKind VK,
|
| H A D | optdriver.cpp | 735 VerifierKind VK = VerifierKind::InputOutput; in optMain() 737 VK = VerifierKind::None; in optMain() 739 VK = VerifierKind::EachPass; in optMain()
|
| H A D | NewPMDriver.cpp | 356 OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, in runPassPipeline() 425 VK == VerifierKind::EachPass, PrintPassOpts); in runPassPipeline() 499 if (VK != VerifierKind::None) in runPassPipeline()
|