Home
last modified time | relevance | path

Searched refs:shouldBelongToSameSet (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2484 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