Searched refs:LocalDeps (Results 1 – 3 of 3) sorted by relevance
75 SmallPtrSetImpl<GlobalValue *> &LocalDeps = ConstantDependenciesCache[CE]; in ComputeDependencies() local77 ComputeDependencies(CEUser, LocalDeps); in ComputeDependencies()78 Deps.insert(LocalDeps.begin(), LocalDeps.end()); in ComputeDependencies()
681 MemDepResult &LocalCache = LocalDeps[QueryInst]; in getDependency()1556 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction()1557 if (LocalDepEntry != LocalDeps.end()) { in removeInstruction()1563 LocalDeps.erase(LocalDepEntry); in removeInstruction()1610 LocalDeps[InstDependingOnRemInst] = NewDirtyVal; in removeInstruction()1715 for (const auto &DepKV : LocalDeps) { in verifyRemoved()
41 /// Entries with this marker occur in a LocalDeps map or NonLocalDeps map275 LocalDepMapType LocalDeps; variable