Searched refs:isBlockOnlyReachableByFallthrough (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h46 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
H A DHexagonAsmPrinter.cpp100 // isBlockOnlyReachableByFallthrough - We need to override this since the
106 bool HexagonAsmPrinter::isBlockOnlyReachableByFallthrough( function in class:HexagonAsmPrinter
110 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp55 bool isBlockOnlyReachableByFallthrough(
215 bool LanaiAsmPrinter::isBlockOnlyReachableByFallthrough( function in class:LanaiAsmPrinter
227 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h140 bool isBlockOnlyReachableByFallthrough(
H A DAMDGPUAsmPrinter.cpp177 bool AMDGPUAsmPrinter::isBlockOnlyReachableByFallthrough( function in class:AMDGPUAsmPrinter
179 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB))
276 if (DumpCodeInstEmitter && !isBlockOnlyReachableByFallthrough(&MBB)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h145 bool isBlockOnlyReachableByFallthrough(
H A DMipsAsmPrinter.cpp478 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* function in class:MipsAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h450 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3009 (isBlockOnlyReachableByFallthrough(&MBB) && !MBB.isEHFuncletEntry() &&
3050 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:AsmPrinter

Completed in 130 milliseconds