Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h808 bool HasReturn; // If this block ends with a return (or tail call).
814 : ID(ID), Offset(Offset), Size(Size), HasReturn(Metadata & 1),
820 HasReturn == Other.HasReturn && HasTailCall == Other.HasTailCall &&
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp358 bool HasReturn = false; member in __anon0e0437920111::CallAnalyzer
2257 bool Free = !HasReturn; in visitReturnInst()
2258 HasReturn = true; in visitReturnInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4701 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic() local
4706 if (HasReturn) { in legalizeBufferAtomic()
4722 const unsigned NumVIndexOps = (IsCmpSwap ? 8 : 7) + HasReturn; in legalizeBufferAtomic()
4746 if (HasReturn) in legalizeBufferAtomic()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7151 W.printBoolean("HasReturn", BBE.HasReturn); in printBBAddrMaps()