Lines Matching refs:Processed
781 DenseSet<DIGlobalVariable *> Processed; in beginModule() local
784 if (Processed.insert(GV).second) in beginModule()
1033 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1042 Processed.insert(Var); in collectVariableInfoFromMFTable()
1317 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
1319 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo()
1323 if (Processed.count(IV)) in collectEntityInfo()
1341 Processed.insert(IV); in collectEntityInfo()
1395 Processed.insert(IL); in collectEntityInfo()
1405 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
1582 DenseSet<InlinedEntity> Processed; in endFunctionImpl() local
1583 collectEntityInfo(TheCU, SP, Processed); in endFunctionImpl()
1607 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl()