Searched refs:isBlockOnlyReachableByFallthrough (Results 1 – 6 of 6) sorted by relevance
55 bool isBlockOnlyReachableByFallthrough(218 bool LanaiAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in LanaiAsmPrinter230 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB)) in isBlockOnlyReachableByFallthrough()
52 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
107 bool HexagonAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in HexagonAsmPrinter111 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB); in isBlockOnlyReachableByFallthrough()
587 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
295 if (DumpCodeInstEmitter && !isBlockOnlyReachableByFallthrough(&MBB)) { in emitBasicBlockStart()
4081 (!isBlockOnlyReachableByFallthrough(&MBB) || MBB.isEHFuncletEntry() || in shouldEmitLabelForBasicBlock()4089 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter