HomeSort by relevance Sort by last modified time
    Searched full:po_iterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 44 class po_iterator : public std::iterator<std::forward_iterator_tag, class in namespace:llvm
65 inline po_iterator(NodeType *BB) { function in class:llvm::po_iterator
70 inline po_iterator() {} // End is when stack is empty. function in class:llvm::po_iterator
72 inline po_iterator(NodeType *BB, SetType &S) : function in class:llvm::po_iterator
80 inline po_iterator(SetType &S) : function in class:llvm::po_iterator
85 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self;
126 po_iterator<T> po_begin(T G) { return po_iterator<T>::begin(G); }
128 po_iterator<T> po_end (T G) { return po_iterator<T>::end(G);
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 630 for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE;
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 169 milliseconds