Searched defs:DstMBB (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.cpp | 243 MachineBasicBlock *DstMBB = cloneMF() local 320 auto *DstMBB = Src2DstMBB[&SrcMBB]; cloneMF() local 348 auto *DstMBB = Src2DstMBB[&SrcMBB]; cloneMF() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 367 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, in singlePathTo() argument 629 cloneSuccessorList(MachineBasicBlock * DstMBB,MachineBasicBlock * SrcMBB) cloneSuccessorList() argument 1328 mergeSerialBlock(MachineBasicBlock * DstMBB,MachineBasicBlock * SrcMBB) mergeSerialBlock() argument 1473 cloneOnSideEntryTo(MachineBasicBlock * PreMBB,MachineBasicBlock * SrcMBB,MachineBasicBlock * DstMBB) cloneOnSideEntryTo() argument 1516 migrateInstruction(MachineBasicBlock * SrcMBB,MachineBasicBlock * DstMBB,MachineBasicBlock::iterator I) migrateInstruction() argument [all...] |
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1583 emitTestBit(Register TestReg,uint64_t Bit,bool IsNegative,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const emitTestBit() argument 1616 tryOptAndIntoCompareBranch(MachineInstr & AndInst,bool Invert,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const tryOptAndIntoCompareBranch() argument
|