Home
last modified time | relevance | path

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/
DEquivalenceClasses.h134 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/
DSplitModule.cpp67 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/
DMaximumSpanningTree.h90 Forest.unionSets(e.first, e.second); in MaximumSpanningTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp229 ECs.unionSets(I, OI); in walkBackwards()
DLoopDistribute.cpp386 ToBeMerged.unionSets(PartI, &*PartJ); in mergeToAvoidDuplicatedLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp363 EC.unionSets(I.get(), J.get()); in runOnBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1992 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/
DPPCVSXSwapRemoval.cpp621 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp459 ECs.unionSets(Leader, O); in computeMinimumValueSizes()
DScalarEvolution.cpp651 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()
DLoopAccessAnalysis.cpp925 DepCands.unionSets(Access, Prev->second); in processMemAccesses()