Searched refs:LocRange (Results 1 – 2 of 2) sorted by relevance
348 Loop::LocRange Loop::getLocRange() const { in getLocRange()360 return LocRange(Start, DebugLoc(L)); in getLocRange()365 return LocRange(Start); in getLocRange()371 return LocRange(DL); in getLocRange()376 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()378 return LocRange(); in getLocRange()
462 class LocRange {467 LocRange() {} in LocRange() function468 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {} in LocRange() function469 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function581 LocRange getLocRange() const;