Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIRBuilder.h78 llvm::AssertingVH<llvm::Value>> &NewMap) { in addAlternativeAliasBases() argument
79 AlternativeAliasBases.insert(NewMap.begin(), NewMap.end()); in addAlternativeAliasBases()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp117 auto NewMap = Map.factor_domain(); in filterDependences() local
118 auto NewMapDomainId = NewMap.domain().get_tuple_id(); in filterDependences()
124 MapDependences = MapDependences.unite(NewMap); in filterDependences()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp641 for (auto NewMap : NewSched.get_map().get_map_list()) { in isValidSchedule() local
643 NewMap.get_tuple_id(isl::dim::in).get_user()); in isValidSchedule()
644 NewSchedules[Stmt] = NewMap; in isValidSchedule()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2815 ClassMapTy NewMap = Map; in removeDeadBindings() local
2877 NewMap = ClassFactory.remove(NewMap, Sym); in removeDeadBindings()
2919 State = State->set<ClassMap>(NewMap); in removeDeadBindings()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2120 DenseMap<Value *, BasicBlock *> &NewMap, in createAndInsertBasicBlocks() argument
2132 NewMap.insert(std::make_pair(RetVal, NewBB)); in createAndInsertBasicBlocks()