Home
last modified time | relevance | path

Searched refs:TotalP (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp422 int32_t TotalP = 0; in isProfitable() local
429 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()