Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp119 static cl::list<std::string> FunctionSeedAllowList( variable
1687 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()
1688 Result &= std::count(FunctionSeedAllowList.begin(), in shouldSeedAttribute()
1689 FunctionSeedAllowList.end(), Fn->getName()); in shouldSeedAttribute()