reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
 2721   Val &V = Vals[ValNo];
 2725     assert(Assignments[ValNo] != -1 && "Bad recursion?");
 2728   switch ((V.Resolution = analyzeValue(ValNo, Other))) {
 2734     Assignments[ValNo] = Other.Assignments[V.OtherVNI->id];
 2735     LLVM_DEBUG(dbgs() << "\t\tmerge " << printReg(Reg) << ':' << ValNo << '@'
 2736                       << LR.getValNumInfo(ValNo)->def << " into "
 2739                       << NewVNInfo[Assignments[ValNo]]->def << '\n');
 2765     Assignments[ValNo] = NewVNInfo.size();
 2766     NewVNInfo.push_back(LR.getValNumInfo(ValNo));