Searched refs:po_iterator (Results 1 – 2 of 2) sorted by relevance
95 class po_iterator106 po_iterator(NodeRef BB) { in po_iterator() function112 po_iterator() = default; // End is when stack is empty.114 po_iterator(NodeRef BB, SetType &S) in po_iterator() function122 po_iterator(SetType &S) in po_iterator() function140 static po_iterator begin(GraphT G) { in begin()141 return po_iterator(GT::getEntryNode(G)); in begin()143 static po_iterator end(GraphT G) { return po_iterator(); } in end()145 static po_iterator begin(GraphT G, SetType &S) { in begin()146 return po_iterator(GT::getEntryNode(G), S); in begin()[all …]
203 typedef po_iterator<BasicBlock*, LoopBlocksTraversal, true> POTIterator;