Home
last modified time | relevance | path

Searched defs:DisableInline (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp296 bool DisableInline, in compile_to_file()
307 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile()
514 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp318 bool DisableInline, in compile_to_file()
329 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile()
522 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize()
/external/llvm/tools/opt/
Dopt.cpp113 DisableInline("disable-inlining", cl::desc("Do not run the inliner pass")); variable