Home
last modified time | relevance | path

Searched defs:unionSets (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DEquivalenceClasses.h216 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() function
220 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() function
221 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h238 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() function
242 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Drank_specialization.cc787 auto unionSets = [&](ValueRange vs) { in findNonScalarShapeEquivalences() local