Searched refs:extractProfTotalWeight (Results 1 – 7 of 7) sorted by relevance
97 bool extractProfTotalWeight(const MDNode *ProfileData, uint64_t &TotalWeights);105 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalWeights);
435 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()
1736 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction1744 return ::extractProfTotalWeight(*this, TotalVal); in extractProfTotalWeight()
79 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
1804 (!TI->extractProfTotalWeight(TempWeight) || OverwriteExistingWeights)) { in generateMDProfMetadata()
2850 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()