Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp96 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h253 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/external/llvm/include/llvm/IR/
DInstruction.h228 bool extractProfTotalWeight(uint64_t &TotalVal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h278 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp213 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()
946 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp337 if (Call->extractProfTotalWeight(W)) in doPromotion()
DSampleProfile.cpp1338 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
/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-7.0/llvm/lib/IR/
DMetadata.cpp1340 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4341 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()