reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
94 if (VNI->isUnused())
lib/CodeGen/InlineSpiller.cpp 671 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))
lib/CodeGen/LiveInterval.cpp523 } while (!valnos.empty() && valnos.back()->isUnused()); 538 assert(!VNI->isUnused() && "Unused valno used by live segment"); 894 if (VNI->isUnused()) 1020 if (vni->isUnused()) { 1319 if (VNI->isUnused()) { 1396 if (VNI.isUnused()) {lib/CodeGen/LiveIntervals.cpp
353 if (VNI->isUnused()) 504 if (VNI->isUnused()) 594 if (VNI->isUnused()) 840 if (PHI->isUnused() || !PHI->isPHIDef())lib/CodeGen/LiveRangeCalc.cpp
139 if (!VNI->isUnused() && !VNI->isPHIDef())
lib/CodeGen/LiveRangeEdit.cpp 83 if (VNI->isUnused())
lib/CodeGen/MachineVerifier.cpp2367 if (VNI->isUnused()) 2471 if (VNI->isUnused()) {lib/CodeGen/RegisterCoalescer.cpp
775 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); 1046 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); 1077 if (VNI->isUnused()) 1220 if (ValNo->isPHIDef() || ValNo->isUnused()) 2486 if (VNI->isUnused()) { 3094 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def))lib/CodeGen/RenameIndependentSubregs.cpp
319 if (VNI.isUnused() || !VNI.isPHIDef())
lib/CodeGen/SplitKit.cpp171 if (!VNI->isPHIDef() && !VNI->isUnused()) 956 if (VNI->isUnused()) 1020 if (VNI->isUnused()) 1101 if (VNI->isUnused()) 1268 if (V->isUnused() || !V->isPHIDef()) 1284 if (V->isUnused() || !V->isPHIDef()) 1478 if (ParentVNI->isUnused())