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