Lines Matching refs:Processed
1210 DenseSet<DIGlobalVariable *> Processed; in beginModule() local
1213 if (Processed.insert(GV).second) in beginModule()
1529 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1539 Processed.insert(Var); in collectVariableInfoFromMFTable()
1875 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
1877 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo()
1881 if (Processed.count(IV)) in collectEntityInfo()
1902 Processed.insert(IV); in collectEntityInfo()
1976 Processed.insert(IL); in collectEntityInfo()
1988 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
2286 DenseSet<InlinedEntity> Processed; in endFunctionImpl() local
2287 collectEntityInfo(TheCU, SP, Processed); in endFunctionImpl()
2321 if (!Processed.insert(InlinedEntity(DN, nullptr)).second || in endFunctionImpl()