Searched refs:nextMBB (Results 1 – 4 of 4) sorted by relevance
646 MachineFunction::iterator nextMBB =652 if (nextMBB == mbb->getParent()->end()) {658 endEntry = getMBBStartIdx(&*nextMBB).listEntry();
651 MachineFunction::iterator nextMBB =657 if (nextMBB == mbb->getParent()->end()) {663 endEntry = getMBBStartIdx(&*nextMBB).listEntry();
716 MachineFunction::iterator nextMBB =722 if (nextMBB == mbb->getParent()->end()) {725 nextEntry = &getMBBStartIdx(nextMBB).entry();
10926 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBitwiseWithCustomInserter() local10928 F->insert(MBBIter, nextMBB); in EmitAtomicBitwiseWithCustomInserter()10931 nextMBB->splice(nextMBB->begin(), thisMBB, in EmitAtomicBitwiseWithCustomInserter()10934 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitAtomicBitwiseWithCustomInserter()10940 newMBB->addSuccessor(nextMBB); in EmitAtomicBitwiseWithCustomInserter()10998 return nextMBB; in EmitAtomicBitwiseWithCustomInserter()11037 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBit6432WithCustomInserter() local11039 F->insert(MBBIter, nextMBB); in EmitAtomicBit6432WithCustomInserter()11042 nextMBB->splice(nextMBB->begin(), thisMBB, in EmitAtomicBit6432WithCustomInserter()11045 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitAtomicBit6432WithCustomInserter()[all …]