Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp523 unsigned TotalPh = 0; in isProfitable() local
526 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
531 TotalPh += computePhiCost(SB); in isProfitable()
536 TotalPh += computePhiCost(SB); in isProfitable()
541 << TotalPh << "\n"); in isProfitable()
542 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()