Home
last modified time | relevance | path

Searched refs:rgx_unroll_applied_cluster (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp726 std::regex rgx_unroll_applied_cluster("A::count,loop-unroll,.*,unroll_factor:42,.*"); in TEST_F() local
733 ASSERT_TRUE(std::regex_match(line, rgx_unroll_applied_cluster)); in TEST_F()