Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.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 __anon5b8a3ee41511::CompatibleSets