Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp393 DenseSet<AllocaInst *> EnabledSROAAllocas; member in __anon463f3bdb0111::CallAnalyzer
417 if (It == SROAArgValues.end() || EnabledSROAAllocas.count(It->second) == 0) in getSROAArgForValueOrNull()
1372 EnabledSROAAllocas.erase(SROAArg); in disableSROAForArg()
2742 EnabledSROAAllocas.insert(SROAArg); in analyze()