Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp565 MachineBasicBlock *New_B = MF->CreateMachineBasicBlock(TermBB); in adjustBranch() local
568 MF->insert(++MBB->getIterator(), New_B); in adjustBranch()
575 .addMBB(New_B); in adjustBranch()
580 .addMBB(New_B); in adjustBranch()
584 MBB->addSuccessor(New_B); in adjustBranch()
587 BuildMI(New_B, CondJmp->getDebugLoc(), TII->get(BPF::JMPL)).addMBB(CondTargetBB); in adjustBranch()
589 New_B->addSuccessor(CondTargetBB); in adjustBranch()