Home | History | Annotate | Download | only in helgrind

Lines Matching full:vec2ix

143    really.  vec2ix is the inverse mapping, mapping WordVec* to the
148 vec2ix. The entry of the dead WVs in ix2vec are used to maintain a
154 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */
310 vec2ix and ix2vec mappings and return its index.
321 have = VG_(lookupFM)( wsu->vec2ix,
339 VG_(addToFM)( wsu->vec2ix, (Word)wv_new, ws );
347 VG_(addToFM)( wsu->vec2ix, (Word)wv_new, (Word)wsu->ix2vec_used );
369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
388 tl_assert(wsu->vec2ix);
389 VG_(deleteFM)( wsu->vec2ix, delete_WV_for_FM, NULL/*val-finalizer*/ );
479 VG_(delFromFM) ( wsu->vec2ix,