Lines Matching defs:profit
99 int32_t profit(const MachineInstr *MI) const;
100 int32_t profit(Register Reg) const;
313 int32_t HexagonSplitDoubleRegs::profit(const MachineInstr *MI) const {
375 return profit(Rs) + profit(Rt);
400 int32_t HexagonSplitDoubleRegs::profit(Register Reg) const {
412 return profit(DefI);
426 int32_t P = profit(DefI);
449 // a loop phi node, then decrease the splitting profit as this can
458 int32_t P = profit(UseI);
468 LLVM_DEBUG(dbgs() << "Partition profit: " << TotalP << '\n');
1220 LLVM_DEBUG(dbgs() << "Calculating profit for partition #" << I->first