Home | History | Annotate | Download | only in IR

Lines Matching full:bucket

2357   // The bucket can point to a linked list of different CDS's that have the same
2360 /// StringMap bucket, linked up by their Next pointers. Walk the list.
2390 // If there is only one value in the bucket (common case) it must be this
2391 // entry, and removing the entry should remove the bucket completely.
2395 // Otherwise, there are multiple entries linked off the bucket, unlink the
2396 // node we care about but keep the bucket around.