Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp461 MachineBasicBlock *CondTargetBB, *JmpBB; in adjustBranch() local
482 CondTargetBB = CondJmp->getOperand(2).getMBB(); in adjustBranch()
484 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
524 MBB->removeSuccessor(CondTargetBB); in adjustBranch()
532 .addMBB(CondTargetBB); in adjustBranch()
535 New_B1->addSuccessor(CondTargetBB); in adjustBranch()
542 CondTargetBB = CondJmp->getOperand(2).getMBB(); in adjustBranch()
563 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
582 if (CondTargetBB != JmpBB) in adjustBranch()
583 MBB->removeSuccessor(CondTargetBB); in adjustBranch()
[all …]