Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSCCP.h36 bool AllowFuncSpec; member
38 IPSCCPOptions(bool AllowFuncSpec = true) : AllowFuncSpec(AllowFuncSpec) {} in AllowFuncSpec() function
42 AllowFuncSpec = FuncSpec; in setFuncSpec()
58 bool isFuncSpecEnabled() const { return Options.AllowFuncSpec; } in isFuncSpecEnabled()