Searched refs:NewMap (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/include/polly/CodeGen/ |
D | IRBuilder.h | 76 llvm::AssertingVH<llvm::Value>> &NewMap) { in addAlternativeAliasBases() argument 77 AlternativeAliasBases.insert(NewMap.begin(), NewMap.end()); in addAlternativeAliasBases()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 317 HashTable NewMap(NewCapacity); in grow() 320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow() 324 Buckets.swap(NewMap.Buckets); in grow() 325 std::swap(Present, NewMap.Present); in grow() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 317 HashTable NewMap(NewCapacity); in grow() 320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow() 324 Buckets.swap(NewMap.Buckets); in grow() 325 std::swap(Present, NewMap.Present); in grow() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/external/llvm-project/polly/lib/Transform/ |
D | MaximalStaticExpansion.cpp | 157 auto NewMap = Map.factor_domain(); in filterDependences() local 158 auto NewMapDomainId = NewMap.domain().get_tuple_id(); in filterDependences() 164 MapDependences = MapDependences.add_map(NewMap); in filterDependences()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 326 DenseMap<BBOrMBB, BBOrMBB> NewMap; in set() local 330 NewMap[MBBMap[Src]] = MBBMap[Dst]; in set() 332 EHInfo.EHPadUnwindMap = std::move(NewMap); in set()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 337 DenseMap<BBOrMBB, BBOrMBB> NewMap; in set() local 341 NewMap[MBBMap[Src]] = MBBMap[Dst]; in set() 343 EHInfo.EHPadUnwindMap = std::move(NewMap); in set()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 1898 ClassMapTy NewMap = Map; in removeDeadBindings() local 1960 NewMap = ClassFactory.remove(NewMap, Sym); in removeDeadBindings() 2002 State = State->set<ClassMap>(NewMap); in removeDeadBindings()
|