Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp232 static void cloneSuccessorList(MachineBasicBlock *DstMBB,
268 void mergeSerialBlock(MachineBasicBlock *DstMBB,
274 void mergeLooplandBlock(MachineBasicBlock *DstMBB,
367 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, in singlePathTo() argument
369 assert(DstMBB); in singlePathTo()
370 if (SrcMBB == DstMBB) in singlePathTo()
374 if (SrcMBB == DstMBB) in singlePathTo()
1332 DstMBB->splice(DstMBB->end(), SrcMBB, SrcMBB->begin(), SrcMBB->end()); in mergeSerialBlock()
1334 DstMBB->removeSuccessor(SrcMBB, true); in mergeSerialBlock()
1335 cloneSuccessorList(DstMBB, SrcMBB); in mergeSerialBlock()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp136 MachineBasicBlock *DstMBB,
364 MachineBasicBlock *DstMBB,
1572 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() argument
1599 MIB.buildInstr(Opc).addReg(TestReg).addImm(Bit).addMBB(DstMBB); in emitTestBit()
1605 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch() argument
1641 emitTestBit(TestReg, Bit, Invert, DstMBB, MIB); in tryOptAndIntoCompareBranch()