Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp502 MachineBasicBlock *New_B0 = MF->CreateMachineBasicBlock(TermBB); in adjustBranch() local
507 MF->insert(MBB_I, New_B0); in adjustBranch()
526 MBB->addSuccessor(New_B0); in adjustBranch()
530 BuildMI(New_B0, CondJmp->getDebugLoc(), TII->get(BPF::JMP)).addMBB(FollowBB); in adjustBranch()
534 New_B0->addSuccessor(FollowBB); in adjustBranch()