Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp114 SeedAllowList("attributor-seed-allow-list", cl::Hidden, variable
1683 if (SeedAllowList.size() != 0) in shouldSeedAttribute()
1685 std::count(SeedAllowList.begin(), SeedAllowList.end(), AA.getName()); in shouldSeedAttribute()