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.h532 struct IntrusiveBackListBase { struct
533 using Node = IntrusiveBackListNode;
535 Node *Last = nullptr;
537 bool empty() const { return !Last; } in empty()
539 void push_back(Node &N) { in push_back()
563 template <class T> class IntrusiveBackList : IntrusiveBackListBase { argument