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

References

lib/CodeGen/RegisterCoalescer.cpp
 3138       if (LI != nullptr) {
 3152       if (LI != nullptr && LI->hasSubRanges()) {
 3152       if (LI != nullptr && LI->hasSubRanges()) {
 3153         assert(static_cast<LiveRange*>(LI) == &LR);
 3158         for (LiveInterval::SubRange &SR : LI->subranges()) {
 3182         if (LI != nullptr)
 3183           dbgs() << "\t\t  LHS = " << *LI << '\n';