Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/LTO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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()
/aosp_15_r20/external/llvm/tools/opt/
H A Dopt.cpp113 DisableInline("disable-inlining", cl::desc("Do not run the inliner pass")); variable