Searched refs:widenKeyToValueMap (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 264 widenKeyToValueMap(const llvm::MapVector<Key, Value *> &CurMap, in widenKeyToValueMap() function 747 ExprToVal = widenKeyToValueMap(ExprToVal, PrevEnv.ExprToVal, *this, PrevEnv, in widen() 750 LocToVal = widenKeyToValueMap(LocToVal, PrevEnv.LocToVal, *this, PrevEnv, in widen()
|