Searched refs:po_iterator_storage (Results 1 – 3 of 3) sorted by relevance
57 class po_iterator_storage {73 class po_iterator_storage<SetType, true> {77 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function78 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {} in po_iterator_storage() function97 public po_iterator_storage<SetType, ExtStorage> {115 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
190 template<> class po_iterator_storage<LoopBlocksTraversal, true> {193 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge()252 inline void po_iterator_storage<LoopBlocksTraversal, true>::
444 class po_iterator_storage<LoopBounds, true> { class448 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage() function in llvm::po_iterator_storage