Home
last modified time | relevance | path

Searched refs:TrueB (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()
128 MachineBasicBlock *TrueB = nullptr; member
147 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<()
420 if (FP.TrueB && !isValidCandidate(FP.TrueB)) in isValid()
465 if (BB == FP.SplitB || BB == FP.TrueB || BB == FP.FalseB) in computePhiCost()
508 if (MBPI && FP.TrueB && !FP.FalseB && in isProfitable()
509 (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) < JumpProb || in isProfitable()
510 MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob)) in isProfitable()
513 if (MBPI && !FP.TrueB && FP.FalseB && in isProfitable()
518 if (FP.TrueB && FP.FalseB) { in isProfitable()
[all …]