Searched refs:IFIntervals (Results 1 – 2 of 2) sorted by relevance
689 const auto &IFIntervals = Q.interferingVRegs(EvictInterferenceCutoff); in loadInterferenceFeatures() local690 if (IFIntervals.empty() && InterferingIntervals.empty()) in loadInterferenceFeatures()692 if (IFIntervals.size() >= EvictInterferenceCutoff) in loadInterferenceFeatures()694 InterferingIntervals.append(IFIntervals.begin(), IFIntervals.end()); in loadInterferenceFeatures()695 for (const LiveInterval *Intf : reverse(IFIntervals)) { in loadInterferenceFeatures()875 const auto &IFIntervals = Q.interferingVRegs(EvictInterferenceCutoff); in tryFindEvictionCandidate() local876 for (const LiveInterval *Intf : reverse(IFIntervals)) { in tryFindEvictionCandidate()