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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp518 unsigned LastDefC = 0; local
519 if (!NoUseAfterLastDef(regC, MBB, Dist, LastDefC))
530 return LastDefB && LastDefC && LastDefC > LastDefB;

Completed in 70 milliseconds