Searched defs:bool_test (Results 1 – 2 of 2) sorted by relevance
422 bool bool_test = (visited->find(edge->next_operator()) != visited->end()) && in DFS() local431 bool bool_test = (visited->find(edge->prev_operator()) != visited->end()) && in DFS() local919 …bool bool_test = op->is_alive() && op->GetAliveSuccEdges().size() == 1 && op->GetAlivePrevEdges().… in CheckOpElimination() local964 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckMergeElimination() local980 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().size() == 1 && op->GetAliveSuccEdges().… in CheckContractElimination() local999 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckSourceElimination() local1197 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckTriangleElimination() local1227 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckStarElimination() local
260 START_TEST(bool_test) { in START_TEST() argument