Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2341 static bool shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes);
2354 if (CompatibleSets::shouldBelongToSameSet({Set.front(), II})) in getCompatibleSet()
2366 bool CompatibleSets::shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes) { in shouldBelongToSameSet() function in __anondf23cb871111::CompatibleSets