Lines Matching refs:ParentVNI
328 /// intervals. Given a pair (RegIdx, ParentVNI->id), Values contains:
361 /// defValue - define a value in RegIdx from ParentVNI at Idx.
362 /// Idx does not have to be ParentVNI->def, but it must be contained within
363 /// ParentVNI's live range in ParentLI. The new value is added to the value
369 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx,
372 /// forceRecompute - Force the live range of ParentVNI in RegIdx to be
376 void forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI);
378 /// Calls forceRecompute() on any affected regidx and on ParentVNI
380 void forceRecomputeVNI(const VNInfo &ParentVNI);
382 /// defFromParent - Define Reg from ParentVNI at UseIdx using either
384 VNInfo *defFromParent(unsigned RegIdx, const VNInfo *ParentVNI,