Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp116 SmallPtrSetImpl<GlobalValue *> &LocalDeps = ConstantDependenciesCache[CE]; in ComputeDependencies() local
118 ComputeDependencies(CEUser, LocalDeps); in ComputeDependencies()
119 Deps.insert(LocalDeps.begin(), LocalDeps.end()); in ComputeDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp720 MemDepResult &LocalCache = LocalDeps[QueryInst]; in getDependency()
1555 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction()
1556 if (LocalDepEntry != LocalDeps.end()) { in removeInstruction()
1562 LocalDeps.erase(LocalDepEntry); in removeInstruction()
1599 LocalDeps[InstDependingOnRemInst] = NewDirtyVal; in removeInstruction()
1707 for (const auto &DepKV : LocalDeps) { in verifyRemoved()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h279 LocalDepMapType LocalDeps; variable