Searched refs:shouldBelongToSameSet (Results 1 – 1 of 1) sorted by relevance
2341 static bool shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes);2354 if (CompatibleSets::shouldBelongToSameSet({Set.front(), II})) in getCompatibleSet()2366 bool CompatibleSets::shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes) { in shouldBelongToSameSet() function in __anondf23cb871111::CompatibleSets