Searched refs:getFallThrough (Results 1 – 13 of 13) sorted by relevance
257 PreLayoutFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in sortBasicBlocksAndUpdateBranches()
947 MachineBasicBlock *MachineBasicBlock::getFallThrough(bool JumpToFallThrough) { in getFallThrough() function in MachineBasicBlock992 return getFallThrough() != nullptr; in canFallThrough()
3570 PrevFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in assignBlockOrder()
219 if (MachineBasicBlock *Succ = Parent->getFallThrough()) { in optimizeVccBranch()
803 if (P->getFallThrough() == &MBB) in removeMBBifRedundant()
2752 MachineBasicBlock *MBB = MBBI.getFallThrough(); in initFallthroughMap()
799 MachineBasicBlock *getFallThrough(bool JumpToFallThrough = false);804 MachineBasicBlock *getLogicalFallThrough() { return getFallThrough(true); }
202 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
278 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
1341 MBB.succ_empty() ? TmpMBB->getFallThrough() : *MBB.succ_begin(); in canUseAsEpilogue()
1997 MBB->getFallThrough() : in optimizeThumb2Branches()
11905 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
2362 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()