Searched refs:rgx_unroll_applied_cluster (Results 1 – 1 of 1) sorted by relevance
726 std::regex rgx_unroll_applied_cluster("A::count,loop-unroll,.*,unroll_factor:42,.*"); in TEST_F() local733 ASSERT_TRUE(std::regex_match(line, rgx_unroll_applied_cluster)); in TEST_F()