Searched refs:isBlockOnlyReachableByFallthrough (Results 1 – 9 of 9) sorted by relevance
55 bool isBlockOnlyReachableByFallthrough(216 bool LanaiAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in LanaiAsmPrinter228 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB)) in isBlockOnlyReachableByFallthrough()
48 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
108 bool HexagonAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in HexagonAsmPrinter112 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB); in isBlockOnlyReachableByFallthrough()
136 bool isBlockOnlyReachableByFallthrough(
191 bool AMDGPUAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in AMDGPUAsmPrinter193 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB)) in isBlockOnlyReachableByFallthrough()289 if (STI.dumpCode() && !isBlockOnlyReachableByFallthrough(&MBB)) { in EmitBasicBlockStart()
146 bool isBlockOnlyReachableByFallthrough(
473 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* in isBlockOnlyReachableByFallthrough() function in MipsAsmPrinter
429 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
2867 MBB.pred_size() > 0 && !isBlockOnlyReachableByFallthrough(&MBB); in setupCodePaddingContext()2921 (isBlockOnlyReachableByFallthrough(&MBB) && !MBB.isEHFuncletEntry())) { in EmitBasicBlockStart()2963 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter