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

  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 34 unsigned CallsiteCount;
38 CalleeInfo() : CallsiteCount(0), ProfileCount(0) {}
39 CalleeInfo(unsigned CallsiteCount, uint64_t ProfileCount)
40 : CallsiteCount(CallsiteCount), ProfileCount(ProfileCount) {}
42 CallsiteCount++;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 188 milliseconds