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