Searched defs:DefStack (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 634 struct DefStack { struct 636 bool empty() const { return Stack.empty() || top() == bottom(); } in empty() 638 typedef NodeAddr<DefNode*> value_type; 639 struct Iterator { 662 typedef Iterator iterator; 663 iterator top() const { return Iterator(*this, true); } in top() 664 iterator bottom() const { return Iterator(*this, false); } in bottom() 667 void push(NodeAddr<DefNode*> DA) { Stack.push_back(DA); } in push() 673 typedef std::vector<value_type> StorageType; 679 StorageType Stack;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 669 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 673 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 705 bool empty() const { return Stack.empty() || top() == bottom(); } in empty() 709 struct Iterator { 746 iterator top() const { return Iterator(*this, true); } in top() 747 iterator bottom() const { return Iterator(*this, false); } in bottom() 750 void push(Def DA) { Stack.push_back(DA); } in push() 758 using StorageType = std::vector<value_type>; 767 StorageType Stack;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 705 bool empty() const { return Stack.empty() || top() == bottom(); } in empty() 709 struct Iterator { 746 iterator top() const { return Iterator(*this, true); } in top() 747 iterator bottom() const { return Iterator(*this, false); } in bottom() 750 void push(Def DA) { Stack.push_back(DA); } in push() 758 using StorageType = std::vector<value_type>; 767 StorageType Stack;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 705 bool empty() const { return Stack.empty() || top() == bottom(); } in empty() 709 struct Iterator { 746 iterator top() const { return Iterator(*this, true); } in top() 747 iterator bottom() const { return Iterator(*this, false); } in bottom() 750 void push(Def DA) { Stack.push_back(DA); } in push() 758 using StorageType = std::vector<value_type>; 767 StorageType Stack;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 705 bool empty() const { return Stack.empty() || top() == bottom(); } in empty() 709 struct Iterator { 746 iterator top() const { return Iterator(*this, true); } in top() 747 iterator bottom() const { return Iterator(*this, false); } in bottom() 750 void push(Def DA) { Stack.push_back(DA); } in push() 758 using StorageType = std::vector<value_type>; 767 StorageType Stack;
|