Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp629 Loop::LocRange Loop::getLocRange() const { in getLocRange()
641 return LocRange(Start, DebugLoc(L)); in getLocRange()
646 return LocRange(Start); in getLocRange()
652 return LocRange(DL); in getLocRange()
657 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()
659 return LocRange(); in getLocRange()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h549 class LocRange {
554 LocRange() = default;
555 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function
556 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
886 LocRange getLocRange() const;