Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp348 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h462 class LocRange {
467 LocRange() {} in LocRange() function
468 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {} in LocRange() function
469 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
581 LocRange getLocRange() const;