Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1104 const Function *demotedFunc = nullptr; in printModuleLevelGV() local
1105 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()