Home
last modified time | relevance | path

Searched refs:computePhiCost (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp189 unsigned computePhiCost(const MachineBasicBlock *B,
449 unsigned HexagonEarlyIfConversion::computePhiCost(const MachineBasicBlock *B, in computePhiCost() function in HexagonEarlyIfConversion
570 TotalPh = computePhiCost(FP.JoinB, FP); in isProfitable()
575 TotalPh += computePhiCost(SB, FP); in isProfitable()
580 TotalPh += computePhiCost(SB, FP); in isProfitable()