Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp326 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef
330 IntervalSet Active(lowestEndPoint); in apply()
347 IntervalSet::iterator RetireItr = Active.begin(); in apply()