Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VNI

222   /// range of VNI.
223 /// End points where VNI is no longer live are added to Kills.
226 /// @param LR Restrict liveness to where LR has the value VNI. May be null.
227 /// @param VNI When LR is not null, this is the value to restrict to.
228 /// @param Kills Append end points of VNI's live range to Kills.
232 LiveRange *LR, const VNInfo *VNI,
502 LiveRange *LR, const VNInfo *VNI,
514 // Limit to VNI's live range.
516 if (LR && VNI) {
518 if (!Segment || Segment->valno != VNI) {
540 // Limited by VNI's live range.
660 const VNInfo *VNI = nullptr;
663 VNI = LI->getVNInfoAt(Idx);
666 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS);
675 const VNInfo *VNI = LR->getVNInfoAt(Idx);
677 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS);