Home
last modified time | relevance | path

Searched refs:set_union (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp132 set_union(VariablesReachableThroughFunctionPointer, in getTransitiveUsesOfLDS()
154 set_union(TransitiveMapFunction[&F], in getTransitiveUsesOfLDS()
174 set_union(TransitiveMapFunction[&Func], DirectMapFunction[F]); in getTransitiveUsesOfLDS()
199 set_union(IndirectMapKernel[&Func], TransitiveMapFunction[Ith]); in getTransitiveUsesOfLDS()
201 set_union(IndirectMapKernel[&Func], in getTransitiveUsesOfLDS()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dset_union.h68 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union()
86 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union()
92 return std::set_union( in set_union()
65 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( set_union() function
83 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( set_union() function
H A Dranges_set_union.h15 #include <__algorithm/set_union.h>
105 inline constexpr auto set_union = __set_union::__fn{};
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAssumptions.cpp58 if (!set_union(CurAssumptions, Assumptions)) in addAssumptionsImpl()
H A DSafepointIRVerifier.cpp778 set_union(Temp, AvailableIn); in transferBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp70 Dependencies.set_union(It->second); in getDependencies()
73 Dependencies.set_union(It->second); in getDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h43 template <class S1Ty, class S2Ty> bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
H A DSetVector.h300 /// TODO: We should be able to use set_union from SetOperations.h, but
303 bool set_union(const STy &S) { in set_union() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc483 using std::set_union;
486 using std::ranges::set_union;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp159 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
H A DMemProfContextDisambiguation.cpp1212 set_union(CallerEdgeContextIds, Edge->ContextIds); in checkNode()
1225 set_union(CalleeEdgeContextIds, Edge->getContextIds()); in checkNode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp60 ModeledFields.set_union(Fields); in addModeledFields()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp854 set_union(tmp.pagesMap, src.pagesMap); in tryMergeGots()
855 set_union(tmp.local16, src.local16); in tryMergeGots()
856 set_union(tmp.global, src.global); in tryMergeGots()
857 set_union(tmp.relocs, src.relocs); in tryMergeGots()
858 set_union(tmp.tls, src.tls); in tryMergeGots()
859 set_union(tmp.dynTlsSymbols, src.dynTlsSymbols); in tryMergeGots()
905 set_union(got.local16, got.local32); in build()
914 set_union(primGot->relocs, got.global); in build()
915 set_union(primGot->relocs, got.relocs); in build()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
H A Dalgorithm_impl.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3294 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues()
3310 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues()
3323 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm995 set_union(I1 first1, S1 last1, I2 first2, S2 last2, O result, Comp comp = {},
1002 set_union(R1&& r1, R2&& r2, O result, Comp comp = {},
1617 set_union(InputIterator1 first1, InputIterator1 last1,
1622 set_union(InputIterator1 first1, InputIterator1 last1,
1895 #include <__algorithm/set_union.h>
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2969 set_union(MInfo.regsKilled, regsKilled); in visitMachineBundleAfter()
2980 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineBundleAfter()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1670 std::set_union(&T.ProcIndex, &T.ProcIndex + 1, ProcIndices.begin(), in collectProcessorIndices()
/freebsd/lib/libc++/
H A DMakefile463 ALG_HEADERS+= set_union.h
H A Dlibcxx.imp186 { include: [ "<__algorithm/set_union.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1024 std::set_union(SchedClasses[Idx].ProcIndices.begin(), in addSchedClass()
H A DCodeGenRegisters.cpp2074 std::set_union(RegUnitSets[Idx].Units.begin(), in computeRegUnitSets()

12