Searched defs:isBlockOnlyReachableByFallthrough (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp91 // isBlockOnlyReachableByFallthrough - We need to override this since the
99 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:HexagonAsmPrinter
103 return AsmPrinter::isBlockOnlyReachableByFallthrough(MBB);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp398 bool MipsAsmPrinter::isBlockOnlyReachableByFallthrough(const MachineBasicBlock* function in class:MipsAsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2215 if (MBB.pred_empty() || isBlockOnlyReachableByFallthrough(&MBB)) {
2250 isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const { function in class:AsmPrinter

Completed in 72 milliseconds