Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h869 bool HasReturn : 1; // If this block ends with a return (or tail
878 return HasReturn == Other.HasReturn &&
886 return static_cast<uint32_t>(HasReturn) |
922 bool hasReturn() const { return MD.HasReturn; }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp369 bool HasReturn = false; member in __anon463f3bdb0111::CallAnalyzer
2353 bool Free = !HasReturn; in visitReturnInst()
2354 HasReturn = true; in visitReturnInst()