Searched refs:getFallThrough (Results 1 – 16 of 16) sorted by relevance
75 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock()167 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { in ApplyCloning()
237 MBB.getFallThrough(/*JumpToFallThrough=*/false); in sortBasicBlocksAndUpdateBranches()
496 if (BB->getFallThrough(false) == MBB) in tryToSplitRestore()537 if (BB->getFallThrough(false) == NMBB) in rollbackRestoreSplit()
969 MachineBasicBlock *MachineBasicBlock::getFallThrough(bool JumpToFallThrough) { in getFallThrough() function in MachineBasicBlock1014 return getFallThrough() != nullptr; in canFallThrough()
3593 PrevFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in assignBlockOrder()
219 if (MachineBasicBlock *Succ = Parent->getFallThrough()) { in optimizeVccBranch()
814 if (P->getFallThrough(false) == &MBB) in removeMBBifRedundant()
2749 MachineBasicBlock *MBB = MBBI.getFallThrough(); in initFallthroughMap()
824 MachineBasicBlock *getFallThrough(bool JumpToFallThrough = true);829 MachineBasicBlock *getLogicalFallThrough() { return getFallThrough(false); }
263 assert(CheckBlock->getFallThrough() == SuccessBlock); in checkAuthenticatedRegister()
202 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
260 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
1532 MBB.succ_empty() ? TmpMBB->getFallThrough() : *MBB.succ_begin(); in canUseAsEpilogue()
2011 MBB->getFallThrough() : in optimizeThumb2Branches()
12049 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
2422 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()