Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h541 struct IntrusiveBackListBase { struct
542 using Node = IntrusiveBackListNode;
544 Node *Last = nullptr;
546 bool empty() const { return !Last; } in empty()
548 void push_back(Node &N) { in push_back()
572 template <class T> class IntrusiveBackList : IntrusiveBackListBase { argument