Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp193 DisableSimplifyLibCalls("disable-simplify-libcalls", variable
678 if (DisableSimplifyLibCalls) in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp133 static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls", variable
636 if (DisableSimplifyLibCalls) in compileModule()