Home
last modified time | relevance | path

Searched refs:VerifyInput (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h153 bool VerifyInput; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp174 VerifyInput = false; in PassManagerBuilder()
937 if (VerifyInput) in populateThinLTOPassManager()
968 if (VerifyInput) in populateLTOPassManager()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp543 PMB.VerifyInput = !DisableVerify; in optimize()
H A DLTOBackend.cpp271 PMB.VerifyInput = true; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp236 PMB.VerifyInput = false; in optimizeModule()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp378 Builder.VerifyInput = true; in AddStandardLinkPasses()