Searched refs:TotalP (Results 1 – 1 of 1) sorted by relevance
391 int32_t TotalP = 0; in isProfitable() local398 TotalP += P; in isProfitable()401 TotalP -= 30; in isProfitable()412 TotalP -= 2; in isProfitable()431 TotalP += P; in isProfitable()436 TotalP -= 20*LoopPhiNum; in isProfitable()438 DEBUG(dbgs() << "Partition profit: " << TotalP << '\n'); in isProfitable()439 return TotalP > 0; in isProfitable()