Home
last modified time | relevance | path

Searched refs:unionSets (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDEquivalenceClasses.h154 unionSets(LeaderIt, member_begin(insert(*MI)));
238 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() function
240 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets()
242 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSplitModule.cpp78 GVtoClusterMap.unionSets(GV, F); in addNonConstUser()
80 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser()
139 GVtoClusterMap.unionSets(Member, &GV); in findPartitions()
148 GVtoClusterMap.unionSets(&GV, Root); in findPartitions()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDSimplifyConstraints.cpp100 EquivalentAtoms.unionSets(operands[0]->getAtom(), in simplifyConstraints()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDFloat2Int.cpp194 ECs.unionSets(I, OI); in walkBackwards()
HDLoopDistribute.cpp379 ToBeMerged.unionSets(PartI, &*PartJ); in mergeToAvoidDuplicatedLoads()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64A57FPLoadBalancing.cpp362 EC.unionSets(I.get(), J.get()); in runOnBasicBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDLowerTypeTests.cpp2230 CurSet = GlobalClasses.unionSets( in lower()
2292 CurSet = GlobalClasses.unionSets(CurSet, NewSet); in lower()
2295 GlobalClasses.unionSets( in lower()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCVSXSwapRemoval.cpp624 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDVectorUtils.cpp688 ECs.unionSets(Leader, O); in computeMinimumValueSizes()
HDLoopAccessAnalysis.cpp1393 DepCands.unionSets(Access, Prev->second); in processMemAccesses()
HDScalarEvolution.cpp671 EqCacheValue.unionSets(LV, RV); in CompareValueComplexity()
711 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity()
781 EqCacheSCEV.unionSets(LHS, RHS); in CompareSCEVComplexity()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelCombinerEmitter.cpp563 OutTECs.unionSets(Leader, OpName); in getInstEqClasses()