Searched refs:KindB (Results 1 – 1 of 1) sorted by relevance
199 uint16_t KindA = A.Addr->getKind(), KindB = B.Addr->getKind(); in erase() local200 if (KindA == NodeAttrs::Use && KindB == NodeAttrs::Def) in erase()202 if (KindA == NodeAttrs::Def && KindB == NodeAttrs::Use) in erase()