Searched refs:BBSetVector (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1733 using BBSetVector = SetVector<BasicBlock *>; typedef 1747 const BBSetVector &Outgoing) { in redirectToHub() 1786 const BBSetVector &Outgoing, in setupBranchForGuard() 1806 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingInteger() 1851 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingBooleans() 1922 const BBSetVector &Incoming, in convertToGuardPredicates() 1923 const BBSetVector &Outgoing, const StringRef Prefix, in convertToGuardPredicates() 1948 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2671 BBSetVector; in analyze() typedef 2672 BBSetVector BBWorklist; in analyze()
|