Home
last modified time | relevance | path

Searched refs:HasReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp40 bool HasReturn = false; member
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo()
48 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo()
192 return BBInfo.HasReturn; in cyclesUntilReturn()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h802 bool HasReturn : 1; // If this block ends with a return (or tail
811 return HasReturn == Other.HasReturn &&
819 return static_cast<uint32_t>(HasReturn) |
854 bool hasReturn() const { return MD.HasReturn; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp369 bool HasReturn = false; member in __anoncf8652d10111::CallAnalyzer
2345 bool Free = !HasReturn; in visitReturnInst()
2346 HasReturn = true; in visitReturnInst()