Searched refs:IsValidCount (Results 1 – 1 of 1) sorted by relevance
151 const bool IsValidCount = Count != COUNT_NO_PROFILE; in buildCallGraph() local152 const uint64_t AdjCount = UseEdgeCounts && IsValidCount ? Count : 1; in buildCallGraph()153 if (!IsValidCount) in buildCallGraph()