Home
last modified time | relevance | path

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

/external/llvm/tools/opt/
Dopt.cpp108 DisableInline("disable-inlining", cl::desc("Do not run the inliner pass")); variable
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp528 bool LTOCodeGenerator::optimize(bool DisableInline, in optimize()