Searched refs:tryInstructionSplit (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 389 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&, 1581 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryInstructionSplit() function in RAGreedy 1965 return tryInstructionSplit(VirtReg, Order, NewVRegs); in trySplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 506 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&, 2046 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryInstructionSplit() function in RAGreedy 2430 return tryInstructionSplit(VirtReg, Order, NewVRegs); in trySplit()
|