Lines Matching refs:Processed
1217 DenseSet<DIGlobalVariable *> Processed; in beginModule() local
1220 if (Processed.insert(GV).second) in beginModule()
1510 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1520 Processed.insert(Var); in collectVariableInfoFromMFTable()
1832 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
1834 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo()
1838 if (Processed.count(IV)) in collectEntityInfo()
1859 Processed.insert(IV); in collectEntityInfo()
1933 Processed.insert(IL); in collectEntityInfo()
1943 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
2213 DenseSet<InlinedEntity> Processed; in endFunctionImpl() local
2214 collectEntityInfo(TheCU, SP, Processed); in endFunctionImpl()
2240 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl()