Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7240 MachineBasicBlock *StartMBB = MBB; in emitSelect() local
7254 MBB = StartMBB; in emitSelect()
7334 MachineBasicBlock *StartMBB = MBB; in emitCondStore() local
7348 MBB = StartMBB; in emitCondStore()
7427 MBB = StartMBB; in emitAtomicLoadBinary()
7547 MBB = StartMBB; in emitAtomicLoadMinMax()
7656 MBB = StartMBB; in emitAtomicCmpSwapW()
7860 MBB->addSuccessor(StartMBB); in emitMemMemWrapper()
7864 MBB = StartMBB; in emitMemMemWrapper()
7874 StartMBB = MBB; in emitMemMemWrapper()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1770 static void removeExternalCFGEdges(MachineBasicBlock *StartMBB, in removeExternalCFGEdges() argument
1777 unsigned SuccSize = StartMBB->succ_size(); in removeExternalCFGEdges()
1779 MachineBasicBlock *StartMBBSucc = *(StartMBB->succ_begin()); in removeExternalCFGEdges()
1785 if ((*PI) != StartMBB && in removeExternalCFGEdges()
1786 !((*PI) == StartMBBSucc && StartMBB != EndMBB && SuccSize == 1)) { in removeExternalCFGEdges()
1793 for (MachineBasicBlock::pred_iterator PI = StartMBB->pred_begin(), in removeExternalCFGEdges()
1794 E = StartMBB->pred_end(); in removeExternalCFGEdges()
1798 std::pair<MachineBasicBlock *, MachineBasicBlock *>(*PI, StartMBB)); in removeExternalCFGEdges()