Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1921 using BBSetVector = SetVector<BasicBlock *>; typedef
1935 const BBSetVector &Outgoing) { in redirectToHub()
1974 const BBSetVector &Outgoing, in setupBranchForGuard()
1994 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingInteger()
2039 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingBooleans()
2110 const BBSetVector &Incoming, in convertToGuardPredicates()
2111 const BBSetVector &Outgoing, const StringRef Prefix, in convertToGuardPredicates()
2136 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2758 typedef SmallSetVector<BasicBlock *, 16> BBSetVector; in analyze() typedef
2759 BBSetVector BBWorklist; in analyze()