Searched refs:laog (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c3210 (1) searches laog to see if Ln --*--> {L1,L2,L3}, which always
3213 (2) adds edges {L1,L2,L3} --> Ln to laog, which are already present
3219 any time any edges are added to or deleted from laog.
3222 have already been added to laog. Invalidate the cache any time
3223 any edges are deleted from laog.
3234 static WordFM* laog = NULL; /* WordFM Lock* LAOGLinks* */ variable
3236 /* EXPOSITION ONLY: for each edge in 'laog', record the two places
3266 tl_assert(!laog);
3270 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1",
3275 tl_assert(laog);
[all...]

Completed in 43 milliseconds