Searched refs:demotedFunc (Results 1 – 1 of 1) sorted by relevance
1104 const Function *demotedFunc = nullptr; in printModuleLevelGV() local1105 if (!processDemoted && canDemoteGlobalVar(GVar, demotedFunc)) { in printModuleLevelGV()1107 if (localDecls.find(demotedFunc) != localDecls.end()) in printModuleLevelGV()1108 localDecls[demotedFunc].push_back(GVar); in printModuleLevelGV()1112 localDecls[demotedFunc] = temp; in printModuleLevelGV()