Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h522 struct IntrusiveBackListNode { struct
523 PointerIntPair<IntrusiveBackListNode *, 1> Next; argument
525 IntrusiveBackListNode() : Next(this, true) {} in IntrusiveBackListNode() function
527 IntrusiveBackListNode *getNext() const { in getNext() argument