Home
last modified time | relevance | path

Searched refs:DisableSimplifyLibCalls (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp195 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
678 if (DisableSimplifyLibCalls) in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp133 static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls", variable
633 if (DisableSimplifyLibCalls) in compileModule()