| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 37 class InstCount : public InstVisitor<InstCount> { class 38 friend class InstVisitor<InstCount>; 62 InstCount().visit(F); in run() 78 InstCount().visit(F); in runOnFunction()
|
| H A D | CMakeLists.txt | 77 InstCount.cpp
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 68 int64_t InstCount = 0; member 81 int64_t InstCount[2] = {0, 0}; member 85 int64_t getInstDiff() const { return InstCount[1] - InstCount[0]; } in getInstDiff() 89 int64_t getInstCountA() const { return InstCount[0]; } in getInstCountA() 93 int64_t getInstCountB() const { return InstCount[1]; } in getInstCountB() 108 InstCount[0] = A.InstCount; in FunctionDiff() 109 InstCount[1] = B.InstCount; in FunctionDiff() 277 FuncNameToSizeInfo[Remark.FunctionName].InstCount = *MaybeInstCount; in processRemark()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 363 int InstCount = RegCount / 2; in shouldUseFrameHelper() local 372 InstCount--; in shouldUseFrameHelper() 398 InstCount++; in shouldUseFrameHelper() 403 return InstCount >= FrameHelperSizeThreshold; in shouldUseFrameHelper()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 181 "InstCount": [ 194 ``InstCount``
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMAnalysis/ |
| H A D | Makefile | 58 InstCount.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Analysis/ |
| H A D | BUILD.gn | 66 "InstCount.cpp",
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 766 unsigned InstCount; 816 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 849 unsigned instCount() const { return InstCount; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7259 unsigned InstCount = Record[2]; in parseEntireSummary() local 7307 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0, in parseEntireSummary() 7409 unsigned InstCount = Record[3]; in parseEntireSummary() local 7451 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8767 unsigned InstCount; in parseFunctionSummary() local 8782 parseToken(lltok::colon, "expected ':' here") || parseUInt32(InstCount)) in parseFunctionSummary() 8825 GVFlags, InstCount, FFlags, /*EntryCount=*/0, std::move(Refs), in parseFunctionSummary()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1117 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.macppc | 1116 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.loongson | 1116 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.octeon | 1116 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.arm64 | 1117 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.powerpc64 | 1115 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.armv7 | 1115 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.i386 | 1115 ./usr/include/llvm/Analysis/InstCount.h
|
| H A D | clang.sparc64 | 1116 ./usr/include/llvm/Analysis/InstCount.h
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5003 llvm/include/llvm/Analysis/InstCount.h 5730 llvm/lib/Analysis/InstCount.cpp
|