Searched refs:InstCount (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 35 class InstCount : public InstVisitor<InstCount> { class 36 friend class InstVisitor<InstCount>; 60 InstCount().visit(F); in run()
|
| /src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkSizeDiff.cpp | 55 int64_t InstCount = 0; member 68 int64_t InstCount[2] = {0, 0}; member 72 int64_t getInstDiff() const { return InstCount[1] - InstCount[0]; } in getInstDiff() 76 int64_t getInstCountA() const { return InstCount[0]; } in getInstCountA() 80 int64_t getInstCountB() const { return InstCount[1]; } in getInstCountB() 95 InstCount[0] = A.InstCount; in FunctionDiff() 96 InstCount[1] = B.InstCount; in FunctionDiff() 264 FuncNameToSizeInfo[Remark.FunctionName].InstCount = *MaybeInstCount; in processRemark()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 403 int InstCount = RegCount / 2; in shouldUseFrameHelper() local 412 InstCount--; in shouldUseFrameHelper() 438 InstCount++; in shouldUseFrameHelper() 443 return InstCount >= FrameHelperSizeThreshold; in shouldUseFrameHelper()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 876 unsigned InstCount; 926 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 959 unsigned instCount() const { return InstCount; }
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7624 unsigned InstCount = Record[2]; in parseEntireSummary() local 7672 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0, in parseEntireSummary() 7776 unsigned InstCount = Record[3]; in parseEntireSummary() local 7818 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 9387 unsigned InstCount; in parseFunctionSummary() local 9402 parseToken(lltok::colon, "expected ':' here") || parseUInt32(InstCount)) in parseFunctionSummary() 9445 GVFlags, InstCount, FFlags, /*EntryCount=*/0, std::move(Refs), in parseFunctionSummary()
|
| /src/lib/clang/libllvm/ |
| H A D | Makefile | 117 SRCS_MIN+= Analysis/InstCount.cpp
|