Home
last modified time | relevance | path

Searched refs:PrevMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp265 const llvm::MapVector<Key, Value *> &PrevMap, in widenKeyToValueMap() argument
276 auto PrevIt = PrevMap.find(K); in widenKeyToValueMap()
277 if (PrevIt == PrevMap.end()) in widenKeyToValueMap()