Searched refs:ExprToVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 589 if (!compareKeyToValueMaps(ExprToVal, Other.ExprToVal, *this, Other, Model)) in equivalentTo() 615 assert(ExprToVal.size() <= PrevEnv.ExprToVal.size()); in widen() 618 ExprToVal = widenKeyToValueMap(ExprToVal, PrevEnv.ExprToVal, *this, PrevEnv, in widen() 625 ExprToVal.size() != PrevEnv.ExprToVal.size() || in widen() 820 ExprToVal[&CanonE] = &Val; in setValue() 836 auto It = ExprToVal.find(&ignoreCFGOmittedNodes(E)); in getValue() 837 return It == ExprToVal.end() ? nullptr : It->second; in getValue() 1023 for (auto [E, V] : ExprToVal) in dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.h | 707 llvm::MapVector<const Expr *, Value *> ExprToVal; variable
|