Lines Matching refs:NBB
681 succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local
682 if (NBB == End) { in repair()
700 for (;NBB != End; ++NBB) { in repair()
701 if (Unvisited.insert(*NBB).second) { in repair()
702 BFS.push(*NBB); in repair()
781 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local
782 NBB != End; ++NBB) { in repair()
783 if (Processed.insert(*NBB).second) { in repair()
784 Edge e = getEdge(*NBB, BB); in repair()
792 if (P.find(*NBB) == P.end()) in repair()
803 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local
804 NBB != End; ++NBB) { in repair()
805 if (Processed.insert(*NBB).second) { in repair()
806 Edge e = getEdge(BB, *NBB); in repair()
818 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local
819 NBB != End; ++NBB) { in repair()
820 if (Processed.insert(*NBB).second) { in repair()
821 Edge e = getEdge(BB, *NBB); in repair()
859 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local
860 NBB != End; ++NBB) { in repair()
861 if (*NBB == BB) { in repair()
871 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local
872 NBB != End; ++NBB) { in repair()
873 if (Processed.insert(*NBB).second) { in repair()
874 Edge e = getEdge(*NBB, BB); in repair()
895 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local
896 NBB != End; ++NBB) { in repair()
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges); in repair()
898 if (Dest == *NBB) { in repair()
937 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local
938 NBB != End; ++NBB) { in repair()
939 if (Processed.insert(*NBB).second) { in repair()
940 Edge e = getEdge(*NBB, BB); in repair()
967 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local
968 NBB != End; ++NBB) { in repair()
969 Edge e = getEdge(*NBB,BB); in repair()
1000 succ_const_iterator NBB = succ_begin(e.first), End = succ_end(e.first); in repair() local
1001 if (NBB == End) { in repair()
1006 for (;NBB != End; ++NBB) { in repair()
1007 if (*NBB == e.second) { in repair()