Home
last modified time | relevance | path

Searched refs:InstCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstCount.cpp1 //===-- InstCount.cpp - Collects the count of all instructions ------------===//
13 #include "llvm/Analysis/InstCount.h"
35 class InstCount : public InstVisitor<InstCount> {
36 friend class InstVisitor<InstCount>;
60 InstCount().visit(F); in run()
37 class InstCount : public InstVisitor<InstCount> { global() class
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp403 int InstCount = RegCount / 2; in shouldUseFrameHelper() local
412 InstCount--; in shouldUseFrameHelper()
438 InstCount++; in shouldUseFrameHelper()
443 return InstCount >= FrameHelperSizeThreshold; in shouldUseFrameHelper()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h876 unsigned InstCount;
926 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
959 unsigned instCount() const { return InstCount; }
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7624 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()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9387 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()
/freebsd/lib/clang/libllvm/
H A DMakefile98 SRCS_MIN+= Analysis/InstCount.cpp