Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp139 static cl::list<std::string> FunctionSeedAllowList( variable
2977 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()
2978 Result &= llvm::is_contained(FunctionSeedAllowList, Fn->getName()); in shouldSeedAttribute()