Home
last modified time | relevance | path

Searched refs:hasReturn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp165 bool hasReturn = cyclesUntilReturn(MBB, Cycles); in findReturns() local
169 if (hasReturn) { in findReturns()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h854 bool hasReturn() const { return MD.HasReturn; }
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp351 static bool hasReturn(const MachineBasicBlock &MBB) { in hasReturn() function
1440 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7598 W.printBoolean("HasReturn", BBE.hasReturn()); in printBBAddrMaps()