Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h572 template <class T> class IntrusiveBackList : IntrusiveBackListBase {
588 void takeNodes(IntrusiveBackList<T> &Other) { in takeNodes()
656 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator()
674 return const_cast<IntrusiveBackList *>(this)->begin(); in begin()
705 using ListTy = IntrusiveBackList<Node>;
829 friend class IntrusiveBackList<DIE>; variable
843 IntrusiveBackList<DIE> Children;
879 using child_iterator = IntrusiveBackList<DIE>::iterator;
880 using const_child_iterator = IntrusiveBackList<DIE>::const_iterator;