Home | History | Annotate | Download | only in Analysis

Lines Matching full:visited

261     BeforeInfo() : Visited(0) {}
262 BeforeInfo(BeforeInfo &&O) : Vect(std::move(O.Vect)), Visited(O.Visited) {}
265 int Visited;
649 // (excluding back-edges) are visited before the block itself. At
1049 if (Info->Visited == 1)
1052 if (Info->Visited == 2)
1059 Info->Visited = 1;
1076 Info->Visited = 2;
1083 Info->Visited = 0;