Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199061-sparc.diff3 Handle bundled terminators in isBlockOnlyReachableByFallthrough.
8 Teach isBlockOnlyReachableByFallthrough to find any MBB operands on
50 - virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
66 -isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const {
106 @@ -2221,14 +2222,13 @@ isBlockOnlyReachableByFallthrough(const MachineBas
Dpatch-r262261-llvm-r198030-sparc.diff446 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp117 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in HexagonAsmPrinter
121 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB); in isBlockOnlyReachableByFallthrough()
DHexagonAsmPrinter.h37 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsAsmPrinter.h89 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock*
DMipsAsmPrinter.cpp335 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* in isBlockOnlyReachableByFallthrough() function in MipsAsmPrinter
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DAsmPrinter.h288 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2159 if (MBB->pred_empty() || isBlockOnlyReachableByFallthrough(MBB)) { in EmitBasicBlockStart()
2195 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter