Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h669 struct DefStack { struct
672 bool empty() const { return Stack.empty() || top() == bottom(); } in empty()
676 struct Iterator {
707 iterator top() const { return Iterator(*this, true); } in top()
708 iterator bottom() const { return Iterator(*this, false); } in bottom()
711 void push(NodeAddr<DefNode*> DA) { Stack.push_back(DA); } in push()
719 using StorageType = std::vector<value_type>;
728 StorageType Stack;