Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UsedValues

85   SmallPtrSet<VNInfo*, 8> UsedValues;
810 if (!UsedValues.insert(VNI))
921 UsedValues.clear();
943 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))