Searched refs:extractProfTotalWeight (Results 1 – 7 of 7) sorted by relevance
103 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
212 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()950 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
339 if (Call->extractProfTotalWeight(W)) in doPromotion()
1352 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
299 bool extractProfTotalWeight(uint64_t &TotalVal) const;
1340 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
4549 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()