Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef
328 IntervalSet Active(lowestEndPoint); in apply()
345 IntervalSet::iterator RetireItr = Active.begin(); in apply()