Home
last modified time | relevance | path

Searched refs:extractProfTotalWeight (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp87 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h366 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1421 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1558 (!TI->extractProfTotalWeight(TempWeight) || OverwriteExistingWeights)) { in generateMDProfMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2165 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()