Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp103 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp212 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()
950 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp339 if (Call->extractProfTotalWeight(W)) in doPromotion()
H A DSampleProfile.cpp1352 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h299 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1340 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4549 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()