Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp64 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
220 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in SparcAsmPrinter
/external/llvm/lib/Target/MBlaze/
DMBlazeAsmPrinter.cpp69 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
292 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in MBlazeAsmPrinter
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h50 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock*
DMipsAsmPrinter.cpp225 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* in isBlockOnlyReachableByFallthrough() function in MipsAsmPrinter
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h270 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1894 if (MBB->pred_empty() || isBlockOnlyReachableByFallthrough(MBB)) { in EmitBasicBlockStart()
1943 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { in isBlockOnlyReachableByFallthrough() function in AsmPrinter