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