HomeSort by relevance Sort by last modified time
    Searched refs:TrueB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 126 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
129 MachineBasicBlock *TrueB = nullptr;
148 << ", TrueB:" << PrintMB(P.FP.TrueB)
420 if (FP.TrueB && !isValidCandidate(FP.TrueB))
458 // If both incoming blocks are one of the TrueB/FalseB/SplitB, then
465 if (BB == FP.SplitB || BB == FP.TrueB || BB == FP.FalseB)
508 if (MBPI && FP.TrueB && !FP.FalseB &&
509 (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) < JumpProb |
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 106 FlowPattern() : SplitB(0), TrueB(0), FalseB(0), JoinB(0), PredR(0) {}
109 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
112 MachineBasicBlock *TrueB, *FalseB, *JoinB;
127 << ", TrueB:" << PrintMB(P.FP.TrueB) << ", FalseB:"
397 if (FP.TrueB && !isValidCandidate(FP.TrueB))
472 if (FP.TrueB && FP.FalseB) {
477 if (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob)
485 MachineBasicBlock *TSB = *FP.TrueB->succ_begin()
    [all...]

Completed in 202 milliseconds