Lines Matching refs:ExprToLoc
711 if (ExprToLoc != Other.ExprToLoc) in equivalentTo()
745 assert(ExprToLoc.size() <= PrevEnv.ExprToLoc.size()); in widen()
753 ExprToLoc.size() != PrevEnv.ExprToLoc.size() || in widen()
807 JoinedEnv.ExprToLoc = joinExprMaps(EnvA.ExprToLoc, EnvB.ExprToLoc); in join()
879 assert(!ExprToLoc.contains(&CanonE)); in setStorageLocation()
880 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()
887 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getStorageLocation()
888 return It == ExprToLoc.end() ? nullptr : &*It->second; in getStorageLocation()
959 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getValue()
960 if (It == ExprToLoc.end()) in getValue()
1161 for (auto [E, L] : ExprToLoc) in dump()