Searched refs:getFallThrough (Results 1 – 11 of 11) sorted by relevance
289 PreLayoutFallThroughs[MBB.getNumber()] = MBB.getFallThrough(); in sortBasicBlocksAndUpdateBranches()
943 MachineBasicBlock *MachineBasicBlock::getFallThrough() { in getFallThrough() function in MachineBasicBlock988 return getFallThrough() != nullptr; in canFallThrough()
197 if (MachineBasicBlock *Succ = Parent->getFallThrough()) { in optimizeVccBranch()
2784 MachineBasicBlock *MBB = MBBI.getFallThrough(); in initFallthroughMap()
202 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
726 MachineBasicBlock *getFallThrough();
278 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
1082 MBB.succ_empty() ? TmpMBB->getFallThrough() : *MBB.succ_begin(); in canUseAsEpilogue()
1953 MBB->getFallThrough() : in optimizeThumb2Branches()
11330 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
1700 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()