Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp928 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion() local
929 LLVM_DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs in splitAroundRegion()
931 assert(NumGlobalIntvs && "No global intervals configured"); in splitAroundRegion()
1044 if (IntvMap[I] < NumGlobalIntvs) { in splitAroundRegion()