Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp108 FlowPattern() : SplitB(0), TrueB(0), FalseB(0), JoinB(0), PredR(0) {} in FlowPattern()
111 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
114 MachineBasicBlock *TrueB, *FalseB, *JoinB; member
131 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<()
413 if (FP.JoinB) { in isValid()
414 const MachineBasicBlock &B = *FP.JoinB; in isValid()
525 if (FP.JoinB) { in isProfitable()
526 TotalPh = computePhiCost(FP.JoinB); in isProfitable()
527 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
873 if (FP.JoinB) { in convert()
[all …]