Home | History | Annotate | Download | only in IR

Lines Matching refs:vmap

26   for (iterator VI = vmap.begin(), VE = vmap.end(); VI != VE; ++VI)
30 assert(vmap.empty() && "Values remain in symbol table!");
40 if (vmap.insert(V->Name)) {
57 // Try insert the vmap entry with this suffix.
58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
72 vmap.remove(V);
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
96 // Try insert the vmap entry with this suffix.
97 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);