Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp367 Loop::LocRange Loop::getLocRange() const { in getLocRange()
379 return LocRange(Start, DebugLoc(L)); in getLocRange()
384 return LocRange(Start); in getLocRange()
390 return LocRange(DL); in getLocRange()
395 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()
397 return LocRange(); in getLocRange()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h468 class LocRange {
473 LocRange() {} in LocRange() function
474 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {} in LocRange() function
475 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
587 LocRange getLocRange() const;