Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp127 static cl::list<std::string> FunctionSeedAllowList( variable
2123 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()
2124 Result &= std::count(FunctionSeedAllowList.begin(), in shouldSeedAttribute()
2125 FunctionSeedAllowList.end(), Fn->getName()); in shouldSeedAttribute()