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

/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h68 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock*
H A DMipsAsmPrinter.cpp292 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* function in class:MipsAsmPrinter
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp109 // isBlockOnlyReachableByFallthrough - We need to override this since the
117 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:HexagonAsmPrinter
121 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB);
H A DHexagonAsmPrinter.h37 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp64 virtual bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB)
242 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:SparcAsmPrinter
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h285 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2120 if (MBB->pred_empty() || isBlockOnlyReachableByFallthrough(MBB)) {
2156 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:AsmPrinter

Completed in 162 milliseconds