Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1144 const Entry *getCutoffEntryBase() const { in getCutoffEntryBase() function
1149 Entry *getCutoffEntryBase() { in getCutoffEntryBase() function
1161 const Entry &getEntry(uint32_t I) const { return getCutoffEntryBase()[I]; } in getEntry()
1164 Entry &ER = getCutoffEntryBase()[I]; in setEntry()