Home
last modified time | relevance | path

Searched refs:FTMBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp164 auto *FTMBB = PreLayoutFallThroughs[MBB.getNumber()]; in updateBranches() local
171 if (FTMBB && (MBB.isEndSection() || &*NextMBBI != FTMBB)) in updateBranches()
172 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in updateBranches()
185 MBB.updateTerminator(FTMBB); in updateBranches()