Searched refs:KindB (Results 1 – 2 of 2) 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()
210 uint16_t KindA = A.Addr->getKind(), KindB = B.Addr->getKind(); in erase() local211 if (KindA == NodeAttrs::Use && KindB == NodeAttrs::Def) in erase()213 if (KindA == NodeAttrs::Def && KindB == NodeAttrs::Use) in erase()