Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h313 HashTable NewMap(NewCapacity); in grow()
316 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()
320 Buckets.swap(NewMap.Buckets); in grow()
321 std::swap(Present, NewMap.Present); in grow()
322 std::swap(Deleted, NewMap.Deleted); in grow()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2886 ClassMapTy NewMap = Map; in removeDeadBindings() local
2948 NewMap = ClassFactory.remove(NewMap, Sym); in removeDeadBindings()
2990 State = State->set<ClassMap>(NewMap); in removeDeadBindings()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2132 DenseMap<Value *, BasicBlock *> &NewMap, in createAndInsertBasicBlocks() argument
2144 NewMap.insert(std::make_pair(RetVal, NewBB)); in createAndInsertBasicBlocks()