Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp111 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies()
112 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies()
116 SmallPtrSetImpl<GlobalValue *> &LocalDeps = ConstantDependenciesCache[CE]; in ComputeDependencies()
438 ConstantDependenciesCache.clear(); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h41 ConstantDependenciesCache; variable