Searched defs:bool_test (Results 1 – 5 of 5) sorted by relevance
138 void bool_test() in bool_test() function
105 START_TEST(bool_test) { in START_TEST() argument
215 bool bool_test = (visited->find(edge->next_operator()) != visited->end()) && in DFS() local224 bool bool_test = (visited->find(edge->prev_operator()) != visited->end()) && in DFS() local711 …bool bool_test = op->is_alive() && op->GetAliveSuccEdges().size() == 1 && op->GetAlivePrevEdges().… in CheckOpElimination() local754 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckMergeElimination() local770 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().size() == 1 && op->GetAliveSuccEdges().… in CheckContractElimination() local789 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckSourceElimination() local985 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckTriangleElimination() local1015 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckStarElimination() local
132 copy_constant_to_storage::bool_test(unsigned rows) in bool_test() function in copy_constant_to_storage
179 void bool_test() in bool_test() function