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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp188 unsigned computePhiCost(const MachineBasicBlock *B,
449 unsigned HexagonEarlyIfConversion::computePhiCost(const MachineBasicBlock *B, function in class:HexagonEarlyIfConversion
570 TotalPh = computePhiCost(FP.JoinB, FP);
575 TotalPh += computePhiCost(SB, FP);
580 TotalPh += computePhiCost(SB, FP);

Completed in 157 milliseconds