Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp128 MachineBasicBlock *TrueB = nullptr; member
420 if (FP.TrueB && !isValidCandidate(FP.TrueB)) in isValid()
508 if (MBPI && FP.TrueB && !FP.FalseB && in isProfitable()
513 if (MBPI && !FP.TrueB && FP.FalseB && in isProfitable()
518 if (FP.TrueB && FP.FalseB) { in isProfitable()
573 if (FP.TrueB && !FP.TrueB->succ_empty()) { in isProfitable()
823 else if (BO.getMBB() == FP.TrueB) in updatePhiNodes()
865 if (FP.TrueB) { in convert()
866 TSB = *FP.TrueB->succ_begin(); in convert()
1028 if (FP.TrueB) in simplifyFlowGraph()
[all …]