Searched refs:IntervalPtrs (Results 1 – 1 of 1) sorted by relevance
115 typedef SmallVector<IntervalPtr, 32> IntervalPtrs; typedef153 IntervalPtrs fixed_;157 IntervalPtrs active_;161 IntervalPtrs inactive_;636 for (IntervalPtrs::reverse_iterator in linearScan()803 RALinScan::IntervalPtrs::iterator804 FindIntervalInVector(RALinScan::IntervalPtrs &IP, LiveInterval *LI) { in FindIntervalInVector()805 for (RALinScan::IntervalPtrs::iterator I = IP.begin(), E = IP.end(); in FindIntervalInVector()811 static void RevertVectorIteratorsTo(RALinScan::IntervalPtrs &V, in RevertVectorIteratorsTo()862 for (IntervalPtrs::iterator i = active_.begin(); i != active_.end(); ++i) { in findIntervalsToSpill()[all …]