Searched refs:extractProfTotalWeight (Results 1 – 8 of 8) sorted by relevance
118 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
212 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()950 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
343 if (Call->extractProfTotalWeight(W)) in doPromotion()
1602 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
6373 if (OldCB->extractProfTotalWeight(W)) in rewriteFunctionSignatures()
322 bool extractProfTotalWeight(uint64_t &TotalVal) const;
1339 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
4780 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()