Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp167 unsigned computePhiCost(MachineBasicBlock *B) const;
428 unsigned HexagonEarlyIfConversion::computePhiCost(MachineBasicBlock *B) const { in computePhiCost() function in HexagonEarlyIfConversion
524 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
529 TotalPh += computePhiCost(SB); in isProfitable()
534 TotalPh += computePhiCost(SB); in isProfitable()