| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMemoryUtils.cpp | 153 set_union(VariablesReachableThroughFunctionPointer, DirectMapFunction[F]); in getTransitiveUsesOfLDS() 173 set_union(TransitiveMapFunction[&F], in getTransitiveUsesOfLDS() 193 set_union(TransitiveMapFunction[&Func], DirectMapFunction[F]); in getTransitiveUsesOfLDS() 210 set_union(VariablesReachableThroughFunctionPointer, in getTransitiveUsesOfLDS() 225 set_union(IndirectMapKernel[&Func], TransitiveMapFunction[Ith]); in getTransitiveUsesOfLDS() 254 set_union(IndirectMapKernel[&Func], in getTransitiveUsesOfLDS()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | set_union.h | 67 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union() function 85 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union() function 91 return std::set_union( in set_union()
|
| H A D | ranges_set_union.h | 100 inline constexpr auto set_union = __set_union{};
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | set_union.h | 67 _LIBCPP_HIDE_FROM_ABI _OutputIterator set_union( in set_union() function 85 _LIBCPP_HIDE_FROM_ABI _OutputIterator set_union( in set_union() function 91 return std::set_union( in set_union()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Assumptions.cpp | 57 if (!set_union(CurAssumptions, Assumptions)) in addAssumptionsImpl()
|
| H A D | SafepointIRVerifier.cpp | 778 set_union(Temp, AvailableIn); in transferBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.cpp | 70 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 D | SetOperations.h | 43 template <class S1Ty, class S2Ty> bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
| H A D | SetVector.h | 313 bool set_union(const STy &S) { in set_union() function
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.cppm | |
| H A D | algorithm.inc | 485 using std::set_union; 488 using std::ranges::set_union;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CalledValuePropagation.cpp | 159 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 58 ModeledFields.set_union(Fields); in addModeledFields()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 252 Data.EnabledCheckers.set_union(Deps); in initializeRegistry()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | glue_algorithm_defs.h | |
| H A D | glue_algorithm_impl.h | |
| H A D | algorithm_impl.h | |
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 902 set_union(tmp.pagesMap, src.pagesMap); in tryMergeGots() 903 set_union(tmp.local16, src.local16); in tryMergeGots() 904 set_union(tmp.global, src.global); in tryMergeGots() 905 set_union(tmp.relocs, src.relocs); in tryMergeGots() 906 set_union(tmp.tls, src.tls); in tryMergeGots() 907 set_union(tmp.dynTlsSymbols, src.dynTlsSymbols); in tryMergeGots() 953 set_union(got.local16, got.local32); in build() 962 set_union(primGot->relocs, got.global); in build() 963 set_union(primGot->relocs, got.relocs); in build()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 3303 In.set_union(Out); in computeLiveInValues() 3319 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues() 3331 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | algorithm | 995 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 <__cxx03/__algorithm/set_union.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1010 set_union(I1 first1, S1 last1, I2 first2, S2 last2, O result, Comp comp = {}, 1017 set_union(R1&& r1, R2&& r2, O result, Comp comp = {}, 1633 set_union(InputIterator1 first1, InputIterator1 last1, 1638 set_union(InputIterator1 first1, InputIterator1 last1, 1914 # include <__algorithm/set_union.h>
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 471 ALG_HEADERS+= set_union.h 887 C3ALG_HEADERS+= set_union.h
|
| H A D | module.modulemap | 835 module set_union { header "__algorithm/set_union.h" }
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 1649 std::set_union(&T.ProcIndex, &T.ProcIndex + 1, ProcIndices.begin(), in collectProcessorIndices()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 3122 set_union(MInfo.regsKilled, regsKilled); in visitMachineBundleAfter() 3133 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineBundleAfter()
|