Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp456 MachineBasicBlock *CondTargetBB, *JmpBB; in adjustBranch() local
477 CondTargetBB = CondJmp->getOperand(2).getMBB(); in adjustBranch()
479 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
519 MBB->removeSuccessor(CondTargetBB); in adjustBranch()
527 .addMBB(CondTargetBB); in adjustBranch()
530 New_B1->addSuccessor(CondTargetBB); in adjustBranch()
537 CondTargetBB = CondJmp->getOperand(2).getMBB(); in adjustBranch()
558 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
577 if (CondTargetBB != JmpBB) in adjustBranch()
578 MBB->removeSuccessor(CondTargetBB); in adjustBranch()
[all …]