Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Parent

350   assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
420 // Can't remat, just insert a copy from parent.
590 "Parent changes value in extended range");
707 LiveInterval *Parent = &Edit->getParent();
712 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
714 // Find the nearest common dominator for parent values with multiple
720 assert(ParentVNI && "Parent not live at complement def");
730 // Keep directly defined parent values. This is either a PHI or an
765 << " for parent " << ParentVNI->id << '@' << ParentVNI->def
771 for (unsigned i = 0, e = Parent->getNumValNums(); i != e; ++i) {
776 VNInfo *ParentVNI = Parent->getValNumInfo(i);
881 // This block has the def of a parent PHI, so it isn't live-in.
884 assert(VNI && "Missing def for complex mapped parent PHI");
1024 // Add the original defs from the parent interval.