reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/LiveInterval.h
  573     void removeValNo(VNInfo *ValNo);

References

lib/CodeGen/LiveInterval.cpp
  918     SR.removeValNo(VNI);
lib/CodeGen/LiveIntervals.cpp
 1198       LR.removeValNo(OldIdxVNI);
 1273         LR.removeValNo(NewIdxOut->valno);
 1276         LR.removeValNo(OldIdxVNI);
 1630         LR->removeValNo(VNI);
 1640     LI.removeValNo(VNI);
 1647         S.removeValNo(SVNI);
lib/CodeGen/PHIElimination.cpp
  356       DestLI.removeValNo(OrigDestVNI);
lib/CodeGen/RegisterCoalescer.cpp
 1420             SR.removeValNo(RmValNo);
 1580       SR.removeValNo(SVNI);
 3109     LR.removeValNo(VNI);
 3147       LR.removeValNo(VNI);
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  328         FMAInt.removeValNo(FMAValNo);