/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 93 bool DisableVerify, AnalysisID StartBefore, in addPassesToGenerateCode() argument 110 PassConfig->setDisableVerify(DisableVerify); in addPassesToGenerateCode() 151 bool DisableVerify, AnalysisID StartBefore, AnalysisID StartAfter, in addPassesToEmitFile() argument 155 addPassesToGenerateCode(this, PM, DisableVerify, StartBefore, StartAfter, in addPassesToEmitFile() 239 bool DisableVerify) { in addPassesToEmitMC() argument 241 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, nullptr, nullptr, in addPassesToEmitMC()
|
D | Passes.cpp | 244 DisableVerify(false), EnableTailMerge(true) { in TargetPassConfig() 407 if (!DisableVerify) in addIRPasses() 490 if (!DisableVerify) in addISelPrepare()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 117 bool compile_to_file(const char **Name, bool DisableVerify, 127 std::unique_ptr<MemoryBuffer> compile(bool DisableVerify, bool DisableInline, 132 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 258 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() argument 262 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile_to_file() 270 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile() argument 272 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile() 457 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize() argument 484 PMB.VerifyInput = !DisableVerify; in optimize() 485 PMB.VerifyOutput = !DisableVerify; in optimize()
|
/external/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 55 DisableVerify("disable-verify", cl::Hidden, variable 107 if (!DisableVerify) { in main()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 54 static cl::opt<bool> DisableVerify( variable 392 CG->compile(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile() 402 return !unwrap(cg)->optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_optimize() 419 name, DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile_to_file()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 296 bool DisableVerify = true, AnalysisID StartBefore = nullptr, 306 bool DisableVerify = true) override;
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 43 static cl::opt<bool> DisableVerify( 345 if (!CodeGen.optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in main() 399 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPTargetMachine.h | 33 CodeGenFileType FileType, bool DisableVerify,
|
D | CPPBackend.cpp | 2136 bool DisableVerify, AnalysisID StartBefore, AnalysisID StartAfter, in addPassesToEmitFile() argument
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 118 bool DisableVerify; 162 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 128 static bool DisableVerify = true; variable 130 static bool DisableVerify = false; variable 179 DisableVerify = true; in process_plugin_option() 746 PMB.VerifyOutput = !options::DisableVerify; in runLTOPasses()
|