Home
last modified time | relevance | path

Searched refs:trySplitAroundHintReg (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h364 bool trySplitAroundHintReg(MCPhysReg Hint, const LiveInterval &VirtReg,
H A DRegAllocGreedy.cpp430 if (trySplitAroundHintReg(PhysHint, VirtReg, NewVRegs, Order)) in tryAssign()
1231 bool RAGreedy::trySplitAroundHintReg(MCPhysReg Hint, in trySplitAroundHintReg() function in RAGreedy