Home
last modified time | relevance | path

Searched refs:demotedFunc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1138 const Function *demotedFunc = nullptr; in printModuleLevelGV() local
1139 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()