Searched refs:TrueB (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
128 MachineBasicBlock *TrueB = nullptr; member in struct:__anon2408::FlowPattern
147 << ", 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) < JumpPro
[all...]

Completed in 188 milliseconds