Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:ProcessedVars

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