Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.h228 bool extractProfTotalWeight(uint64_t &TotalVal);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h253 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp118 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp123 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h322 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp212 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()
950 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp343 if (Call->extractProfTotalWeight(W)) in doPromotion()
DSampleProfile.cpp1602 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
DAttributor.cpp6373 if (OldCB->extractProfTotalWeight(W)) in rewriteFunctionSignatures()
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h359 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/external/llvm/lib/Analysis/
DInlineCost.cpp638 if (CS.getInstruction()->extractProfTotalWeight(TotalWeight) && in updateThreshold()
/external/llvm/lib/IR/
DMetadata.cpp1315 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) { in extractProfTotalWeight() function in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1339 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp1403 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1661 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2093 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4780 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()