GVN                84 src/CSE.cpp        GVN() : number(0), cache(8) {}
GVN               199 src/CSE.cpp        GVN &gvn;
GVN               201 src/CSE.cpp        ComputeUseCounts(GVN &g) : gvn(g) {}
GVN               219 src/CSE.cpp                GVN::Entry &entry = gvn.entries[iter->second];
GVN               273 src/CSE.cpp        GVN gvn;
GVN               286 src/CSE.cpp            const GVN::Entry &e = gvn.entries[i];