Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp70 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies()
71 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies()
75 SmallPtrSetImpl<GlobalValue *> &LocalDeps = ConstantDependenciesCache[CE]; in ComputeDependencies()
409 ConstantDependenciesCache.clear(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h55 ConstantDependenciesCache; variable