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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp262 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
933 /// splitAroundRegion - Split the current live range around the regions
945 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit,
950 DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs << " globals.\n");
1206 splitAroundRegion(LREdit, UsedCands);
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp355 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
1201 /// splitAroundRegion - Split the current live range around the regions
1213 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, function in class:RAGreedy
1218 DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs << " globals.\n");
1501 splitAroundRegion(LREdit, UsedCands);

Completed in 206 milliseconds