Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp278 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint() function in __anonda0ac5d00111::Interference
324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply()
328 IntervalSet Active(lowestEndPoint); in apply()