Searched refs:ExprToLoc (Results 1 – 4 of 4) sorted by relevance
586 if (ExprToLoc != Other.ExprToLoc) in equivalentTo()616 assert(ExprToLoc.size() <= PrevEnv.ExprToLoc.size()); in widen()624 ExprToLoc.size() != PrevEnv.ExprToLoc.size() || in widen()730 assert(!ExprToLoc.contains(&CanonE)); in setStorageLocation()731 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()738 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getStorageLocation()739 return It == ExprToLoc.end() ? nullptr : &*It->second; in getStorageLocation()840 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getValue()841 if (It == ExprToLoc.end()) in getValue()1019 for (auto [E, L] : ExprToLoc) in dump()
116 if (auto *Loc = ExprToLoc.lookup(&CanonE)) in getStableStorageLocation()119 ExprToLoc[&CanonE] = &Loc; in getStableStorageLocation()
259 llvm::DenseMap<const Expr *, StorageLocation *> ExprToLoc; variable
702 llvm::DenseMap<const Expr *, StorageLocation *> ExprToLoc; variable