Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp106 FlowPattern() : SplitB(0), TrueB(0), FalseB(0), JoinB(0), PredR(0) {} in FlowPattern()
109 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
112 MachineBasicBlock *TrueB, *FalseB, *JoinB; member
129 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<()
411 if (FP.JoinB) { in isValid()
412 const MachineBasicBlock &B = *FP.JoinB; in isValid()
523 if (FP.JoinB) { in isProfitable()
524 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
525 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
871 if (FP.JoinB) { in convert()
[all …]