Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp280 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint() function in __anone52c97ea0111::Interference
326 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply()
330 IntervalSet Active(lowestEndPoint); in apply()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp250 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint() function in __anon4cb6f5b20111::Interference
297 typedef std::set<IntervalInfo, decltype(&lowestEndPoint)> IntervalSet; in apply()
300 IntervalSet Active(lowestEndPoint); in apply()