Searched refs:PreLayoutFallThroughs (Results 1 – 1 of 1) sorted by relevance
141 const SmallVector<MachineBasicBlock *> &PreLayoutFallThroughs) { in INITIALIZE_PASS_DEPENDENCY()146 auto *FTMBB = PreLayoutFallThroughs[MBB.getNumber()]; in INITIALIZE_PASS_DEPENDENCY()234 SmallVector<MachineBasicBlock *> PreLayoutFallThroughs(MF.getNumBlockIDs()); in sortBasicBlocksAndUpdateBranches() local236 PreLayoutFallThroughs[MBB.getNumber()] = in sortBasicBlocksAndUpdateBranches()249 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()