Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h673 struct DefStack { struct
676 bool empty() const { return Stack.empty() || top() == bottom(); } in empty()
680 struct Iterator {
711 iterator top() const { return Iterator(*this, true); } in top()
712 iterator bottom() const { return Iterator(*this, false); } in bottom()
715 void push(NodeAddr<DefNode*> DA) { Stack.push_back(DA); } in push()
723 using StorageType = std::vector<value_type>;
732 StorageType Stack;