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()
50 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
105 bool HexagonAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in HexagonAsmPrinter109 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB); in isBlockOnlyReachableByFallthrough()
592 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
281 if (DumpCodeInstEmitter && !isBlockOnlyReachableByFallthrough(&MBB)) { in emitBasicBlockStart()
4058 (!isBlockOnlyReachableByFallthrough(&MBB) || MBB.isEHFuncletEntry() || in shouldEmitLabelForBasicBlock()4066 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter