Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp169 unsigned computePhiCost(MachineBasicBlock *B) const;
430 unsigned HexagonEarlyIfConversion::computePhiCost(MachineBasicBlock *B) const { in computePhiCost() function in HexagonEarlyIfConversion
526 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
531 TotalPh += computePhiCost(SB); in isProfitable()
536 TotalPh += computePhiCost(SB); in isProfitable()