Home
last modified time | relevance | path

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

/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp127 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip() local
136 ASSERT_EQ(60000u, EightyPerc->MinCount); in testRoundTrip()
DInstrProfTest.cpp170 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/
DSampleProfTest.cpp142 auto EightyPerc = find_if(Details, Predicate); in testRoundTrip() local
149 ASSERT_EQ(60000u, EightyPerc->MinCount); in testRoundTrip()
DInstrProfTest.cpp165 auto EightyPerc = find_if(Details, Predicate); in TEST_F() local
172 ASSERT_EQ(576460752303423488U, EightyPerc->MinCount); in TEST_F()