Searched refs:ProcessedVars (Results 1 – 4 of 4) sorted by relevance
440 SmallPtrSet<const MDNode *, 16> &ProcessedVars);
1301 SmallPtrSet<const MDNode *, 16> ProcessedVars; in endFunction() local1302 collectVariableInfo(MF, ProcessedVars); in endFunction()1318 if (!DV || !DV.Verify() || !ProcessedVars.insert(DV)) in endFunction()
439 DenseSet<InlinedVariable> &ProcessedVars);
1118 DenseSet<InlinedVariable> ProcessedVars; in endFunction() local1119 collectVariableInfo(TheCU, SP, ProcessedVars); in endFunction()1147 if (!ProcessedVars.insert(InlinedVariable(DV, nullptr)).second) in endFunction()