Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:gvars

1225   std::vector<GlobalVariable *> &gvars = localDecls[f];
1227 for (unsigned i=0, e=gvars.size(); i!=e; ++i) {
1229 printModuleLevelGV(gvars[i], O, true);