Searched refs:getFallThrough (Results 1 – 15 of 15) sorted by relevance
76 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock()185 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { in ApplyCloning()
249 MBB.getFallThrough(/*JumpToFallThrough=*/false); in sortBasicBlocksAndUpdateBranches()
501 if (BB->getFallThrough(false) == MBB) in tryToSplitRestore()542 if (BB->getFallThrough(false) == NMBB) in rollbackRestoreSplit()
975 MachineBasicBlock *MachineBasicBlock::getFallThrough(bool JumpToFallThrough) { in getFallThrough() function in MachineBasicBlock1020 return getFallThrough() != nullptr; in canFallThrough()
3719 const MachineBasicBlock *FTB = MBB.getFallThrough(); in applyExtTsp()3793 PrevFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in assignBlockOrder()
42 if (MBB->getFallThrough() == nullptr) in moveNext()44 MBB = MBB->getFallThrough(); in moveNext()
221 if (MachineBasicBlock *Succ = Parent->getFallThrough()) { in optimizeVccBranch()
732 if (P->getFallThrough(false) == &MBB) in removeMBBifRedundant()
877 LLVM_ABI MachineBasicBlock *getFallThrough(bool JumpToFallThrough = true);882 MachineBasicBlock *getLogicalFallThrough() { return getFallThrough(false); }
197 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
176 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
1992 MBB->getFallThrough() : in optimizeThumb2Branches()
12129 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
2304 MBB.succ_empty() ? TmpMBB->getFallThrough() : *MBB.succ_begin(); in canUseAsEpilogue()
2360 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()