Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp614 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h512 class LocRange {
517 LocRange() {} in LocRange() function
518 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function
519 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
836 LocRange getLocRange() const;