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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp372 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
1447 /// creates a lot of local live ranges, that will be split by tryLocalSplit if
1657 /// tryLocalSplit - Try to split VirtReg into smaller intervals inside its only
1660 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, function in class:RAGreedy
1678 dbgs() << "tryLocalSplit: ";
1895 unsigned PhysReg = tryLocalSplit(VirtReg, Order, NewVRegs);

Completed in 257 milliseconds