Searched refs:EightyPerc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 127 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip() local 136 ASSERT_EQ(60000u, EightyPerc->MinCount); in testRoundTrip()
|
D | InstrProfTest.cpp | 170 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in TEST_F() local 179 ASSERT_EQ(576460752303423488U, EightyPerc->MinCount); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 142 auto EightyPerc = find_if(Details, Predicate); in testRoundTrip() local 149 ASSERT_EQ(60000u, EightyPerc->MinCount); in testRoundTrip()
|
D | InstrProfTest.cpp | 165 auto EightyPerc = find_if(Details, Predicate); in TEST_F() local 172 ASSERT_EQ(576460752303423488U, EightyPerc->MinCount); in TEST_F()
|