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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 77 Optional<uint64_t> ProfileSummaryInfo::getProfileCount(
127 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
156 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
190 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
360 auto C = getProfileCount(CB, BFI);
366 auto C = getProfileCount(CB, BFI);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1494 uint64_t getProfileCount(const Stmt *S) {

Completed in 87 milliseconds