Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSCCP.h58 bool isFuncSpecEnabled() const { return Options.AllowFuncSpec; } in isFuncSpecEnabled() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp416 isFuncSpecEnabled())) in run()