Searched refs:LocRange (Results 1 – 2 of 2) sorted by relevance
614 Loop::LocRange Loop::getLocRange() const { in getLocRange()626 return LocRange(Start, DebugLoc(L)); in getLocRange()631 return LocRange(Start); in getLocRange()637 return LocRange(DL); in getLocRange()642 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()644 return LocRange(); in getLocRange()
512 class LocRange {517 LocRange() {} in LocRange() function518 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function519 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function836 LocRange getLocRange() const;