Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
130 MachineBasicBlock *JoinB = nullptr; member
149 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<()
434 if (FP.JoinB) { in isValid()
435 const MachineBasicBlock &B = *FP.JoinB; in isValid()
569 if (FP.JoinB) { in isProfitable()
570 TotalPh = computePhiCost(FP.JoinB, FP); in isProfitable()
571 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
905 if (FP.JoinB) { in convert()
906 assert(!SSB || SSB == FP.JoinB); in convert()
[all …]