Searched refs:ProcessedVars (Results 1 – 2 of 2) sorted by relevance
535 void collectVariableInfo(SmallPtrSet<const MDNode *, 16> &ProcessedVars);
1563 SmallPtrSet<const MDNode *, 16> ProcessedVars; in endFunction() local1564 collectVariableInfo(ProcessedVars); in endFunction()1579 if (!ProcessedVars.insert(DV)) in endFunction()