HomeSort by relevance Sort by last modified time
    Searched defs:isHotCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 76 // convenience method that calls isHotCount.
97 // convenience method that calls isHotCount.
116 bool ProfileSummaryInfo::isHotCount(uint64_t C) {
149 // isHotCount and isColdCount calls.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 114 // convenience method that calls isHotCount.
115 return FunctionCount && isHotCount(FunctionCount.getCount());
128 if (isHotCount(FunctionCount.getCount()))
138 if (isHotCount(TotalCallCount))
189 // convenience method that calls isHotCount.
214 bool ProfileSummaryInfo::isHotCount(uint64_t C) {
240 return Count && isHotCount(*Count);
252 return C && isHotCount(*C);

Completed in 255 milliseconds