Searched defs:DisableInline (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 296 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 D | LTOCodeGenerator.cpp | 318 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 D | opt.cpp | 113 DisableInline("disable-inlining", cl::desc("Do not run the inliner pass")); variable
|