Home
last modified time | relevance | path

Searched refs:extractProfTotalWeight (Results 1 – 4 of 4) 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/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