Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.h55 static const int64_t MaxInterferences = 32; variable
63 static const int64_t CandidateVirtRegPos = MaxInterferences;
H A DMLRegAllocEvictAdvisor.cpp614 SmallVector<const LiveInterval *, MaxInterferences> InterferingIntervals; in loadInterferenceFeatures()