Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1701 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion() local
1702 LLVM_DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs in splitAroundRegion()
1704 assert(NumGlobalIntvs && "No global intervals configured"); in splitAroundRegion()
1818 if (IntvMap[I] < NumGlobalIntvs) { in splitAroundRegion()