Searched refs:extractProfTotalWeight (Results 1 – 11 of 11) sorted by relevance
96 if (Inst->extractProfTotalWeight(TotalCount)) in getProfileCount()
253 bool extractProfTotalWeight(uint64_t &TotalVal) const;
228 bool extractProfTotalWeight(uint64_t &TotalVal);
278 bool extractProfTotalWeight(uint64_t &TotalVal) const;
213 if (Call->extractProfTotalWeight(W)) in DeleteDeadVarargs()946 if (Call->extractProfTotalWeight(W)) in RemoveDeadStuffFromFunction()
337 if (Call->extractProfTotalWeight(W)) in doPromotion()
1338 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()
638 if (CS.getInstruction()->extractProfTotalWeight(TotalWeight) && in updateThreshold()
1315 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) { in extractProfTotalWeight() function in Instruction
1340 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight() function in Instruction
4341 if (Caller->extractProfTotalWeight(W)) in transformConstExprCastCall()