Lines Matching refs:ProcessedVars
1832 SmallPtrSet<const MDNode *, 16> ProcessedVars;1833 collectVariableInfo(MF, ProcessedVars);1849 if (!DV || !DV.isVariable() || !ProcessedVars.insert(DV))