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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp457 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
1658 /// splitAroundRegion - Split the current live range around the regions
1670 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, function in class:RAGreedy
1675 LLVM_DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs
1990 splitAroundRegion(LREdit, UsedCands);

Completed in 117 milliseconds