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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp503 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
1999 /// creates a lot of local live ranges, that will be split by tryLocalSplit if
2208 /// tryLocalSplit - Try to split VirtReg into smaller intervals inside its only
2211 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, function in class:RAGreedy
2233 dbgs() << "tryLocalSplit: ";
2454 Register PhysReg = tryLocalSplit(VirtReg, Order, NewVRegs);

Completed in 159 milliseconds