Searched refs:unionSets (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | EquivalenceClasses.h | 154 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/ |
| HD | SplitModule.cpp | 78 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/ |
| HD | SimplifyConstraints.cpp | 100 EquivalentAtoms.unionSets(operands[0]->getAtom(), in simplifyConstraints()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | Float2Int.cpp | 194 ECs.unionSets(I, OI); in walkBackwards()
|
| HD | LoopDistribute.cpp | 379 ToBeMerged.unionSets(PartI, &*PartJ); in mergeToAvoidDuplicatedLoads()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64A57FPLoadBalancing.cpp | 362 EC.unionSets(I.get(), J.get()); in runOnBasicBlock()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | LowerTypeTests.cpp | 2230 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/ |
| HD | PPCVSXSwapRemoval.cpp | 624 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | VectorUtils.cpp | 688 ECs.unionSets(Leader, O); in computeMinimumValueSizes()
|
| HD | LoopAccessAnalysis.cpp | 1393 DepCands.unionSets(Access, Prev->second); in processMemAccesses()
|
| HD | ScalarEvolution.cpp | 671 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/ |
| HD | GlobalISelCombinerEmitter.cpp | 563 OutTECs.unionSets(Leader, OpName); in getInstEqClasses()
|