Lines Matching refs:Processed
1225 DenseSet<DIGlobalVariable *> Processed; in beginModule() local
1228 if (Processed.insert(GV).second) in beginModule()
1516 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1526 Processed.insert(Var); in collectVariableInfoFromMFTable()
1838 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
1840 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo()
1844 if (Processed.count(IV)) in collectEntityInfo()
1865 Processed.insert(IV); in collectEntityInfo()
1939 Processed.insert(IL); in collectEntityInfo()
1949 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
2191 DenseSet<InlinedEntity> Processed; in endFunctionImpl() local
2192 collectEntityInfo(TheCU, SP, Processed); in endFunctionImpl()
2218 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl()