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