Home
last modified time | relevance | path

Searched refs:cloneFrom (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h136 List.cloneFrom(X.List, Cloner(*this), Disposer(*this)); in AllocatorList()
147 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
H A Dsimple_ilist.h179 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
171 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { cloneFrom() function
H A Dilist.h182 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp656 static std::pair<VPBlockBase *, VPBlockBase *> cloneFrom(VPBlockBase *Entry);
663 static std::pair<VPBlockBase *, VPBlockBase *> cloneFrom(VPBlockBase *Entry) { in cloneFrom() function
714 const auto &[NewEntry, NewExiting] = cloneFrom(getEntry()); in clone()
1228 const auto &[NewEntry, __] = cloneFrom(Entry); in duplicate()