Lines Matching full:visited
180 uint32_t Visited;
186 : VisitedInMainFile(0), MissingInMainFile(0), Visited(0), Missing(0),
188 /// Record that we've visited a function and whether or not that function was
193 ++Visited;
195 /// Record that a function we've visited has no profile data.
201 /// Record that a function we've visited has mismatched profile data.