Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp633 Loop::LocRange Loop::getLocRange() const { in getLocRange()
645 return LocRange(Start, DebugLoc(L)); in getLocRange()
650 return LocRange(Start); in getLocRange()
656 return LocRange(DL); in getLocRange()
661 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()
663 return LocRange(); in getLocRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h550 class LocRange {
555 LocRange() = default;
556 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function
557 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
889 LocRange getLocRange() const;