Searched refs:extractProfTotalWeight (Results 1 – 17 of 17) sorted by relevance
228 bool extractProfTotalWeight(uint64_t &TotalVal);
253 bool extractProfTotalWeight(uint64_t &TotalVal) const;
118 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
123 if (Call.extractProfTotalWeight(TotalCount)) in getProfileCount()
322 bool extractProfTotalWeight(uint64_t &TotalVal) const;
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()
359 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
1339 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
1403 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
1661 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
2093 if (NewCall->extractProfTotalWeight(TotalWeight)) { in createCallMatchingInvoke()
4780 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()