HomeSort by: relevance | last modified time | path
    Searched refs:CSProfileCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 267 ++CSProfileCount;
339 assert((CSProfileCount == 0 || CSProfileCount == Profiles.size()) &&
341 ProfileIsCS = (CSProfileCount > 0);
570 CSProfileCount++;
766 assert((CSProfileCount == 0 || CSProfileCount == Profiles.size()) &&
768 assert(ProfileIsCS == (CSProfileCount > 0) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 506 uint32_t CSProfileCount = 0;

Completed in 18 milliseconds