Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h472 const unsigned char *Cur, bool UseCS);
512 uint64_t getMaximumFunctionCount(bool UseCS) { in getMaximumFunctionCount() argument
513 if (UseCS) { in getMaximumFunctionCount()
542 ProfileSummary &getSummary(bool UseCS) { in getSummary() argument
543 if (UseCS) { in getSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp756 const unsigned char *Cur, bool UseCS) { in readSummary() argument
784 UseCS ? this->CS_Summary : this->Summary; in readSummary()
788 UseCS ? ProfileSummary::PSK_CSInstr : ProfileSummary::PSK_Instr, in readSummary()