Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp689 const auto &IFIntervals = Q.interferingVRegs(EvictInterferenceCutoff); in loadInterferenceFeatures() local
690 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() local
876 for (const LiveInterval *Intf : reverse(IFIntervals)) { in tryFindEvictionCandidate()
H A DMLRegallocEvictAdvisor.cpp