Searched refs:getFallThrough (Results 1 – 14 of 14) sorted by relevance
255 PreLayoutFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in sortBasicBlocksAndUpdateBranches()
485 if (auto *FT = PrevBB->getFallThrough()) { in fixupUnconditionalBranch()
922 MachineBasicBlock *MachineBasicBlock::getFallThrough() { in getFallThrough() function in MachineBasicBlock967 return getFallThrough() != nullptr; in canFallThrough()
3556 PrevFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in assignBlockOrder()
219 if (MachineBasicBlock *Succ = Parent->getFallThrough()) { in optimizeVccBranch()
803 if (P->getFallThrough() == &MBB) in removeMBBifRedundant()
2753 MachineBasicBlock *MBB = MBBI.getFallThrough(); in initFallthroughMap()
202 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
754 MachineBasicBlock *getFallThrough();
278 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
1271 MBB.succ_empty() ? TmpMBB->getFallThrough() : *MBB.succ_begin(); in canUseAsEpilogue()
1997 MBB->getFallThrough() : in optimizeThumb2Branches()
11831 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
1879 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()