Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp521 unsigned TotalPh = 0; in isProfitable() local
524 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
529 TotalPh += computePhiCost(SB); in isProfitable()
534 TotalPh += computePhiCost(SB); in isProfitable()
539 << TotalPh << "\n"); in isProfitable()
540 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()