Searched refs:LocRange (Results 1 – 2 of 2) sorted by relevance
367 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()
468 class LocRange {473 LocRange() {} in LocRange() function474 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {} in LocRange() function475 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function587 LocRange getLocRange() const;