Home
last modified time | relevance | path

Searched refs:TotalPh (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp567 unsigned TotalPh = 0; in isProfitable() local
570 TotalPh = computePhiCost(FP.JoinB, FP); in isProfitable()
575 TotalPh += computePhiCost(SB, FP); in isProfitable()
580 TotalPh += computePhiCost(SB, FP); in isProfitable()
585 << TotalPh << "\n"); in isProfitable()
586 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()