HomeSort by relevance Sort by last modified time
    Searched refs:po_ext_iterator (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 181 struct po_ext_iterator : public po_iterator<T, SetType, true> { struct in namespace:llvm
182 po_ext_iterator(const po_iterator<T, SetType, true> &V) : function in struct:llvm::po_ext_iterator
187 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) {
188 return po_ext_iterator<T, SetType>::begin(G, S);
192 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) {
193 return po_ext_iterator<T, SetType>::end(G, S);
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 490 typedef po_ext_iterator<const MachineBasicBlock*, LoopBounds> DownwardPO;
    [all...]

Completed in 31 milliseconds