Searched refs:extractProfTotalWeight (Results 1 – 7 of 7) sorted by relevance
127 LLVM_ABI bool extractProfTotalWeight(const MDNode *ProfileData,136 LLVM_ABI bool extractProfTotalWeight(const Instruction &I,
507 LLVM_ABI bool extractProfTotalWeight(uint64_t &TotalVal) const;
213 bool extractProfTotalWeight(const MDNode *ProfileData, uint64_t &TotalVal) { in extractProfTotalWeight() function241 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight() function242 return extractProfTotalWeight(I.getMetadata(LLVMContext::MD_prof), TotalVal); in extractProfTotalWeight()
1809 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction1817 return ::extractProfTotalWeight(*this, TotalVal); in extractProfTotalWeight()
84 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
1760 (!TI->extractProfTotalWeight(TempWeight) || OverwriteExistingWeights)) { in generateMDProfMetadata()
2932 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()