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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp567 unsigned TotalPh = 0; local
570 TotalPh = computePhiCost(FP.JoinB, FP);
575 TotalPh += computePhiCost(SB, FP);
580 TotalPh += computePhiCost(SB, FP);
585 << TotalPh << "\n");
586 if (TotalIn+TotalPh >= SizeLimit+Spare)

Completed in 141 milliseconds