Lines Matching refs:sg1
199 /** Merge sg1 and sg2 into sg1. */
200 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2)
202 tl_assert(sg1);
203 tl_assert(sg1->refcnt == 1);
211 vc1 = DRD_(vc_aprint)(&sg1->vc);
222 // Keep sg1->stacktrace.
223 // Keep sg1->vc.
224 // Merge sg2->bm into sg1->bm.
225 DRD_(bm_merge2)(&sg1->bm, &sg2->bm);