Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UsedValues

76   SmallPtrSet<VNInfo*, 8> UsedValues;
610 if (!UsedValues.insert(VNI))
726 UsedValues.clear();
748 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))