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

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

Completed in 36 milliseconds