Home
last modified time | relevance | path

Searched refs:LocRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h47 class LocRange {
52 LocRange() = default;
53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function
54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
386 LocRange getLocRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp634 Loop::LocRange Loop::getLocRange() const { in getLocRange()
646 return LocRange(Start, DebugLoc(L)); in getLocRange()
651 return LocRange(Start); in getLocRange()
657 return LocRange(DL); in getLocRange()
662 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()
664 return LocRange(); in getLocRange()