Searched refs:ExprToLoc (Results 1 – 4 of 4) sorted by relevance
710 if (ExprToLoc != Other.ExprToLoc) in equivalentTo()744 assert(ExprToLoc.size() <= PrevEnv.ExprToLoc.size()); in widen()752 ExprToLoc.size() != PrevEnv.ExprToLoc.size() || in widen()806 JoinedEnv.ExprToLoc = joinExprMaps(EnvA.ExprToLoc, EnvB.ExprToLoc); in join()878 assert(!ExprToLoc.contains(&CanonE)); in setStorageLocation()879 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()886 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getStorageLocation()887 return It == ExprToLoc.end() ? nullptr : &*It->second; in getStorageLocation()958 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getValue()959 if (It == ExprToLoc.end()) in getValue()[all …]
115 if (auto *Loc = ExprToLoc.lookup(&CanonE)) in getStableStorageLocation()118 ExprToLoc[&CanonE] = &Loc; in getStableStorageLocation()
264 llvm::DenseMap<const Expr *, StorageLocation *> ExprToLoc; variable
801 llvm::DenseMap<const Expr *, StorageLocation *> ExprToLoc; variable