Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSCCP.h36 bool AllowFuncSpec; member
38 IPSCCPOptions(bool AllowFuncSpec = true) : AllowFuncSpec(AllowFuncSpec) {} in AllowFuncSpec() function