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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp504 unsigned LastDefC = 0; local
505 if (!noUseAfterLastDef(regC, Dist, LastDefC))
537 return LastDefB && LastDefC && LastDefC > LastDefB;

Completed in 46 milliseconds