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

/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h50 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock*
H A DMipsAsmPrinter.cpp246 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* function in class:MipsAsmPrinter
/external/llvm/lib/Target/MBlaze/
H A DMBlazeAsmPrinter.cpp69 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
290 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:MBlazeAsmPrinter
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp64 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
220 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:SparcAsmPrinter
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h270 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1991 if (MBB->pred_empty() || isBlockOnlyReachableByFallthrough(MBB)) {
2040 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:AsmPrinter

Completed in 220 milliseconds