Searched refs:canFallThrough (Results 1 – 14 of 14) sorted by relevance
108 if (MBB->canFallThrough()) in isOnFallThroughPath()111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
141 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()161 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
295 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
614 if (MBB->succ_size() != 0 && !MBB->canFallThrough()) in ProfitableToMerge()618 return (MBB != &*MF->begin()) && std::prev(I)->canFallThrough(); in ProfitableToMerge()1484 !MBB->canFallThrough()) { in OptimizeBlock()1598 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()1668 if (!PrevBB.canFallThrough()) { in OptimizeBlock()1671 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()1681 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()1722 !SuccPrev->canFallThrough()) { in OptimizeBlock()
556 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()583 TailBB.canFallThrough()) in shouldTailDuplicate()829 bool ShouldUpdateTerminators = TailBB->canFallThrough(); in tailDuplicate()861 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
2676 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()2782 !PrevBB->canFallThrough()) && in buildCFGChains()
987 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
121 bool canFallThrough(const Instr &InstrMeta) const;
185 bool FileAnalysis::canFallThrough(const Instr &InstrMeta) const { in canFallThrough() function in llvm::cfi_verify::FileAnalysis235 if (PrevInstruction && canFallThrough(*PrevInstruction)) in getDirectControlFlowXRefs()
733 bool canFallThrough();
360 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
11328 assert(BB->canFallThrough() && "Exit Block must be Fallthrough of the " in EmitInstrWithCustomInserter()
1125 (const_cast<MachineBasicBlock &>(MBB).canFallThrough() << 3); in getBBAddrMapMetadata()