Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp264 static SlotIndex getEndPoint(const IntervalInfo &I) { in getEndPoint() function in __anon9059819a0111::Interference
281 SlotIndex E1 = getEndPoint(I1); in lowestEndPoint()
282 SlotIndex E2 = getEndPoint(I2); in lowestEndPoint()
348 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()
/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp252 point_data<Unit> getEndPoint(End end = TAIL) const;
967 point_data<Unit> endPt = getEndPoint(); in pushPoint()
1070 inline point_data<Unit> PolyLine<Unit>::getEndPoint(End end) const { in getEndPoint() function in boost::polygon::polygon_formation::PolyLine
1134 return tailp_->getEndPoint().get(VERTICAL) < b.tailp_->getEndPoint().get(VERTICAL); in operator <()