Searched refs:demotedFunc (Results 1 – 1 of 1) sorted by relevance
1138 const Function *demotedFunc = nullptr; in printModuleLevelGV() local1139 if (!processDemoted && canDemoteGlobalVar(GVar, demotedFunc)) { in printModuleLevelGV()1141 if (localDecls.find(demotedFunc) != localDecls.end()) in printModuleLevelGV()1142 localDecls[demotedFunc].push_back(GVar); in printModuleLevelGV()1146 localDecls[demotedFunc] = temp; in printModuleLevelGV()