Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp118 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.cpp212 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()
950 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
HDArgumentPromotion.cpp343 if (Call->extractProfTotalWeight(W)) in doPromotion()
HDSampleProfile.cpp1602 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
HDAttributor.cpp6373 if (OldCB->extractProfTotalWeight(W)) in rewriteFunctionSignatures()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.h322 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1339 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp4780 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()