Searched refs:extractProfTotalWeight (Results 1 – 4 of 4) sorted by relevance
228 bool extractProfTotalWeight(uint64_t &TotalVal);
253 bool extractProfTotalWeight(uint64_t &TotalVal) const;
638 if (CS.getInstruction()->extractProfTotalWeight(TotalWeight) && in updateThreshold()
1315 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) { in extractProfTotalWeight() function in Instruction