Searched refs:splitAroundRegion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp336 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
1138 /// splitAroundRegion - Split the current live range around the regions
1150 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, function in class:RAGreedy
1155 DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs << " globals.\n");
1437 splitAroundRegion(LREdit, UsedCands);

Completed in 327 milliseconds