reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 if (!I.DomNode) 221 MachineBasicBlock *MBB = I.DomNode->getBlock(); 222 assert(I.Value && "No live-in value found"); 226 if (I.Kill.isValid()) 228 End = I.Kill; 233 Map[MBB] = LiveOutPair(I.Value, nullptr); 235 Updater.setDest(&I.LR); 236 Updater.add(Start, End, I.Value);