Searched refs:extractProfTotalWeight (Results 1 – 5 of 5) sorted by relevance
87 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
359 bool extractProfTotalWeight(uint64_t &TotalVal) const;
1415 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
1554 (!TI->extractProfTotalWeight(TempWeight) || OverwriteExistingWeights)) { in generateMDProfMetadata()
2149 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()