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.cpp38 bool HasReturn = false; member
45 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo()
46 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo()
188 return BBInfo.HasReturn; in cyclesUntilReturn()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h877 bool HasReturn : 1; // If this block ends with a return (or tail
886 return HasReturn == Other.HasReturn &&
894 return static_cast<uint32_t>(HasReturn) |
937 bool hasReturn() const { return MD.HasReturn; }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp385 bool HasReturn = false; member in __anon463f3bdb0111::CallAnalyzer
2556 bool Free = !HasReturn; in visitReturnInst()
2557 HasReturn = true; in visitReturnInst()