Searched refs:hasReturn (Results 1 – 4 of 4) sorted by relevance
165 bool hasReturn = cyclesUntilReturn(MBB, Cycles); in findReturns() local169 if (hasReturn) { in findReturns()
922 bool hasReturn() const { return MD.HasReturn; }
351 static bool hasReturn(const MachineBasicBlock &MBB) { in hasReturn() function1439 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
7818 W.printBoolean("HasReturn", BBE.hasReturn()); in printBBAddrMaps()