Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UsedValues

81   SmallPtrSet<VNInfo*, 8> UsedValues;
806 if (!UsedValues.insert(VNI))
917 UsedValues.clear();
939 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))