Searched refs:extractProfTotalWeight (Results 1 – 7 of 7) sorted by relevance
92 bool extractProfTotalWeight(const MDNode *ProfileData, uint64_t &TotalWeights);100 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalWeights);
352 bool extractProfTotalWeight(uint64_t &TotalVal) const;
155 bool extractProfTotalWeight(const MDNode *ProfileData, uint64_t &TotalVal) { in extractProfTotalWeight() function183 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight() function184 return extractProfTotalWeight(I.getMetadata(LLVMContext::MD_prof), TotalVal); in extractProfTotalWeight()
1539 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction1547 return ::extractProfTotalWeight(*this, TotalVal); in extractProfTotalWeight()
89 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
1755 (!TI->extractProfTotalWeight(TempWeight) || OverwriteExistingWeights)) { in generateMDProfMetadata()
2281 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()