Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2426 static bool shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes);
2439 if (CompatibleSets::shouldBelongToSameSet({Set.front(), II})) in getCompatibleSet()
2451 bool CompatibleSets::shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes) { in shouldBelongToSameSet() function in __anona1e8f1c11311::CompatibleSets