Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDPassManagerBuilder.h166 bool VerifyOutput; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPassManagerBuilder.cpp171 VerifyOutput = false; in PassManagerBuilder()
1059 if (VerifyOutput) in populateThinLTOPassManager()
1096 if (VerifyOutput) in populateLTOPassManager()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp573 PMB.VerifyOutput = !DisableVerify; in optimize()
HDLTOBackend.cpp286 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses()
HDThinLTOCodeGenerator.cpp244 PMB.VerifyOutput = false; in optimizeModule()