Searched refs:TotalP (Results 1 – 2 of 2) sorted by relevance
378 int32_t TotalP = 0; in isProfitable() local385 TotalP += P; in isProfitable()388 TotalP -= 30; in isProfitable()399 TotalP -= 2; in isProfitable()418 TotalP += P; in isProfitable()423 TotalP -= 20*LoopPhiNum; in isProfitable()425 DEBUG(dbgs() << "Partition profit: " << TotalP << '\n'); in isProfitable()426 return TotalP > 0; in isProfitable()
425 int32_t TotalP = 0; in isProfitable() local432 TotalP += P; in isProfitable()435 TotalP -= 30; in isProfitable()446 TotalP -= 2; in isProfitable()464 TotalP += P; in isProfitable()469 TotalP -= 20*LoopPhiNum; in isProfitable()471 LLVM_DEBUG(dbgs() << "Partition profit: " << TotalP << '\n'); in isProfitable()474 return TotalP > 0; in isProfitable()