Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProf.h42 counter_overflow enumerator
146 return sampleprof_error::counter_overflow;
150 return sampleprof_error::counter_overflow;
167 return sampleprof_error::counter_overflow;
171 return sampleprof_error::counter_overflow;
221 return sampleprof_error::counter_overflow;
225 return sampleprof_error::counter_overflow;
234 return sampleprof_error::counter_overflow;
238 return sampleprof_error::counter_overflow;
DInstrProf.h179 counter_overflow, enumerator
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp118 ASSERT_EQ(Result, sampleprof_error::counter_overflow); in TEST_F()
122 ASSERT_EQ(Result, sampleprof_error::counter_overflow); in TEST_F()
126 ASSERT_EQ(Result, sampleprof_error::counter_overflow); in TEST_F()
DInstrProfTest.cpp363 ASSERT_EQ(Result2, instrprof_error::counter_overflow); in TEST_F()
382 ASSERT_EQ(Result5, instrprof_error::counter_overflow); in TEST_F()
/external/llvm/lib/ProfileData/
DInstrProf.cpp57 case instrprof_error::counter_overflow: in message()
183 Result = instrprof_error::counter_overflow; in mergeValueData()
187 Result = instrprof_error::counter_overflow; in mergeValueData()
231 Result = instrprof_error::counter_overflow; in merge()
235 Result = instrprof_error::counter_overflow; in merge()
DSampleProf.cpp48 case sampleprof_error::counter_overflow: in message()
DInstrProfWriter.cpp119 Result = instrprof_error::counter_overflow; in addRecord()