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

References

lib/CodeGen/RegisterCoalescer.cpp
 1051   if (IntB.overlaps(LIS->getMBBStartIdx(&MBB), CopyIdx))
 1067         DefMI->getOperand(1).getReg() != IntB.reg ||
 1076     for (auto VNI : IntB.valnos) {
 1115       if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB)))
 1124                                       TII->get(TargetOpcode::COPY), IntB.reg)
 1128     IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator());
 1129     for (LiveInterval::SubRange &SR : IntB.subranges())
 1150   VNInfo *BValNo = IntB.Query(CopyIdx).valueOutOrDead();
 1151   LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(),
 1155   LIS->extendToIndices(IntB, EndPoints);
 1158   for (LiveInterval::SubRange &SR : IntB.subranges()) {
 1181   shrinkToUses(&IntB);