Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp635 Loop::LocRange Loop::getLocRange() const { in getLocRange()
647 return LocRange(Start, DebugLoc(L)); in getLocRange()
652 return LocRange(Start); in getLocRange()
658 return LocRange(DL); in getLocRange()
663 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()
665 return LocRange(); in getLocRange()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h533 class LocRange {
538 LocRange() {} in LocRange() function
539 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function
540 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
861 LocRange getLocRange() const;