Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp949 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion() local
950 DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs << " globals.\n"); in splitAroundRegion()
951 assert(NumGlobalIntvs && "No global intervals configured"); in splitAroundRegion()
1067 if (IntvMap[i] < NumGlobalIntvs) { in splitAroundRegion()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1217 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion() local
1218 DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs << " globals.\n"); in splitAroundRegion()
1219 assert(NumGlobalIntvs && "No global intervals configured"); in splitAroundRegion()
1335 if (IntvMap[i] < NumGlobalIntvs) { in splitAroundRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1644 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion() local
1645 LLVM_DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs in splitAroundRegion()
1647 assert(NumGlobalIntvs && "No global intervals configured"); in splitAroundRegion()
1763 if (IntvMap[i] < NumGlobalIntvs) { in splitAroundRegion()