Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp145 const SmallVector<MachineBasicBlock *> &PreLayoutFallThroughs) { in INITIALIZE_PASS_DEPENDENCY()
150 auto *FTMBB = PreLayoutFallThroughs[MBB.getNumber()]; in INITIALIZE_PASS_DEPENDENCY()
243 SmallVector<MachineBasicBlock *> PreLayoutFallThroughs(MF.getNumBlockIDs()); in sortBasicBlocksAndUpdateBranches() local
245 PreLayoutFallThroughs[MBB.getNumber()] = in sortBasicBlocksAndUpdateBranches()
258 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()