Searched refs:PointerIntTy (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DepthFirstIterator.h | 73 typedef PointerIntPair<NodeType*, 1> PointerIntTy; typedef 78 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack; 82 VisitStack.push_back(std::make_pair(PointerIntTy(Node, 0), in df_iterator() 91 VisitStack.push_back(std::make_pair(PointerIntTy(Node, 0), in df_iterator() 103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext() 118 VisitStack.push_back(std::make_pair(PointerIntTy(Next, 0), in toNext()
|
/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 73 typedef PointerIntPair<NodeType*, 1> PointerIntTy; typedef 78 std::vector<std::pair<PointerIntTy, ChildItTy>> VisitStack; 84 std::make_pair(PointerIntTy(Node, 0), GT::child_begin(Node))); in df_iterator() 93 std::make_pair(PointerIntTy(Node, 0), GT::child_begin(Node))); in df_iterator() 104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext() 119 std::make_pair(PointerIntTy(Next, 0), GT::child_begin(Next))); in toNext()
|