Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstCount.cpp37 class InstCount : public InstVisitor<InstCount> { class
38 friend class InstVisitor<InstCount>;
62 InstCount().visit(F); in run()
78 InstCount().visit(F); in runOnFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64LowerHomogeneousPrologEpilog.cpp363 int InstCount = RegCount / 2; in shouldUseFrameHelper() local
372 InstCount--; in shouldUseFrameHelper()
398 InstCount++; in shouldUseFrameHelper()
403 return InstCount >= FrameHelperSizeThreshold; in shouldUseFrameHelper()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h637 unsigned InstCount;
667 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
692 unsigned instCount() const { return InstCount; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6180 unsigned InstCount = Record[2]; in parseEntireSummary() local
6217 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0, in parseEntireSummary()
6318 unsigned InstCount = Record[3]; in parseEntireSummary() local
6360 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3579 unsigned InstCount = 0; in fewerElementsVectorMultiEltType() local
3581 NewInsts[InstCount++].addUse(PartRegs[J]); in fewerElementsVectorMultiEltType()
3583 NewInsts[InstCount++].addUse(LeftoverRegs[J]); in fewerElementsVectorMultiEltType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8358 unsigned InstCount; in parseFunctionSummary() local
8371 parseToken(lltok::colon, "expected ':' here") || parseUInt32(InstCount)) in parseFunctionSummary()
8406 GVFlags, InstCount, FFlags, /*EntryCount=*/0, std::move(Refs), in parseFunctionSummary()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile88 SRCS_MIN+= Analysis/InstCount.cpp