Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UsedValues

86   SmallPtrSet<VNInfo*, 8> UsedValues;
829 if (!UsedValues.insert(VNI).second)
943 UsedValues.clear();
972 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))