Searched refs:unionSets (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | EquivalenceClasses.h | 134 unionSets(LeaderIt, member_begin(insert(*MI))); 217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() function 219 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets() 221 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 67 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 70 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser() 122 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 131 GVtoClusterMap.unionSets(&GV, Base); in findPartitions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 90 Forest.unionSets(e.first, e.second); in MaximumSpanningTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 229 ECs.unionSets(I, OI); in walkBackwards()
|
D | LoopDistribute.cpp | 386 ToBeMerged.unionSets(PartI, &*PartJ); in mergeToAvoidDuplicatedLoads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 363 EC.unionSets(I.get(), J.get()); in runOnBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1992 CurSet = GlobalClasses.unionSets( in lower() 2039 CurSet = GlobalClasses.unionSets(CurSet, NewSet); in lower() 2042 GlobalClasses.unionSets( in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 621 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 459 ECs.unionSets(Leader, O); in computeMinimumValueSizes()
|
D | ScalarEvolution.cpp | 651 EqCacheValue.unionSets(LV, RV); in CompareValueComplexity() 685 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity() 734 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity() 759 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity() 775 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity() 790 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity()
|
D | LoopAccessAnalysis.cpp | 925 DepCands.unionSets(Access, Prev->second); in processMemAccesses()
|