Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp378 int32_t TotalP = 0; in isProfitable() local
385 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp425 int32_t TotalP = 0; in isProfitable() local
432 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()