Searched defs:po_iterator (Results 1 – 2 of 2) sorted by relevance
113 inline po_iterator(NodeType *BB) { in po_iterator() function118 inline po_iterator() {} // End is when stack is empty. in po_iterator() function120 inline po_iterator(NodeType *BB, SetType &S) : in po_iterator() function128 inline po_iterator(SetType &S) : in po_iterator() function
72 typedef llvm::po_iterator<const CFG*, CFGBlockSet, true> po_iterator; typedef