Home
last modified time | relevance | path

Searched refs:specialRefCounts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp77 std::pair<unsigned, unsigned> FunctionSummary::specialRefCounts() const { in specialRefCounts() function in FunctionSummary
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h734 std::pair<unsigned, unsigned> specialRefCounts() const;
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3896 auto SpecialRefCnts = FS->specialRefCounts(); in writePerModuleFunctionSummaryRecord()