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

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

Completed in 62 milliseconds