Searched refs:MoveToList (Results 1 – 1 of 1) sorted by relevance
161 static void MoveToList(GraphCycles::Rep* r, Vec<int32>* src, Vec<int32>* dst);253 MoveToList(r, &r->deltab_, &r->list_); in Reorder()254 MoveToList(r, &r->deltaf_, &r->list_); in Reorder()279 static void MoveToList(GraphCycles::Rep* r, Vec<int32>* src, Vec<int32>* dst) { in MoveToList() function