Home
last modified time | relevance | path

Searched refs:isBlockOnlyReachableByFallthrough (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp55 bool isBlockOnlyReachableByFallthrough(
218 bool LanaiAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in LanaiAsmPrinter
230 if (!AsmPrinter::isBlockOnlyReachableByFallthrough(MBB)) in isBlockOnlyReachableByFallthrough()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h52 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
H A DHexagonAsmPrinter.cpp107 bool HexagonAsmPrinter::isBlockOnlyReachableByFallthrough( in isBlockOnlyReachableByFallthrough() function in HexagonAsmPrinter
111 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB); in isBlockOnlyReachableByFallthrough()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h587 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp295 if (DumpCodeInstEmitter && !isBlockOnlyReachableByFallthrough(&MBB)) { in emitBasicBlockStart()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4081 (!isBlockOnlyReachableByFallthrough(&MBB) || MBB.isEHFuncletEntry() || in shouldEmitLabelForBasicBlock()
4089 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter