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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp524 unsigned LastDefB = 0; local
525 if (!NoUseAfterLastDef(regB, MBB, Dist, LastDefB))
530 return LastDefB && LastDefC && LastDefC > LastDefB;

Completed in 184 milliseconds