Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ParentVNI

306   /// intervals. Given a pair (RegIdx, ParentVNI->id), Values contains:
345 /// defValue - define a value in RegIdx from ParentVNI at Idx.
346 /// Idx does not have to be ParentVNI->def, but it must be contained within
347 /// ParentVNI's live range in ParentLI. The new value is added to the value
353 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx,
356 /// forceRecompute - Force the live range of ParentVNI in RegIdx to be
360 void forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI);
362 /// Calls forceRecompute() on any affected regidx and on ParentVNI
364 void forceRecomputeVNI(const VNInfo &ParentVNI);
366 /// defFromParent - Define Reg from ParentVNI at UseIdx using either
369 VNInfo *ParentVNI,