Searched refs:TotalP (Results 1 – 1 of 1) sorted by relevance
422 int32_t TotalP = 0; in isProfitable() local429 TotalP += P; in isProfitable()432 TotalP -= 30; in isProfitable()443 TotalP -= 2; in isProfitable()461 TotalP += P; in isProfitable()466 TotalP -= 20*LoopPhiNum; in isProfitable()468 LLVM_DEBUG(dbgs() << "Partition profit: " << TotalP << '\n'); in isProfitable()471 return TotalP > 0; in isProfitable()