Searched refs:p_match (Results 1 – 1 of 1) sorted by relevance
298 Node* p_match = p_node->edges_in_frequency_order.front(); in TrySolveNode() local300 if (p_match->count_ > 1.1 * m_match->count_ || in TrySolveNode()301 m_match->count_ > 1.1 * p_match->count_) { in TrySolveNode()303 << p_match->count_ << ":" << m_match->count_ << " " in TrySolveNode()304 << ToString(p_match) << " vs " << ToString(m_match); in TrySolveNode()311 LabelInfo* p_label_info = p_match->in_edge_; in TrySolveNode()322 AddToQueue(p_match); // find matches within new match in TrySolveNode()