Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h854 const Entry *getCutoffEntryBase() const { in getCutoffEntryBase() function
858 Entry *getCutoffEntryBase() { in getCutoffEntryBase() function
870 const Entry &getEntry(uint32_t I) const { return getCutoffEntryBase()[I]; } in getEntry()
872 Entry &ER = getCutoffEntryBase()[I]; in setEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h965 const Entry *getCutoffEntryBase() const { in getCutoffEntryBase() function
970 Entry *getCutoffEntryBase() { in getCutoffEntryBase() function
982 const Entry &getEntry(uint32_t I) const { return getCutoffEntryBase()[I]; } in getEntry()
985 Entry &ER = getCutoffEntryBase()[I]; in setEntry()