Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefVNI

998     if (VNInfo *DefVNI = LRQ.valueDefined()) {
1001 assert(ReadVNI != DefVNI && "Cannot read and define the same value.");
1002 LI.MergeValueNumberInto(DefVNI, ReadVNI);