Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h670 struct DefStack { struct
673 bool empty() const { return Stack.empty() || top() == bottom(); } in empty()
677 struct Iterator {
708 iterator top() const { return Iterator(*this, true); } in top()
709 iterator bottom() const { return Iterator(*this, false); } in bottom()
712 void push(NodeAddr<DefNode*> DA) { Stack.push_back(DA); } in push()
720 using StorageType = std::vector<value_type>;
729 StorageType Stack;