Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1590 using BBSetVector = SetVector<BasicBlock *>; typedef
1604 const BBSetVector &Outgoing) { in redirectToHub()
1646 SmallVectorImpl<WeakVH> &DeletionCandidates, const BBSetVector &Incoming, in convertToGuardPredicates()
1647 const BBSetVector &Outgoing) { in convertToGuardPredicates()
1715 Function *F, const BBSetVector &Outgoing, in createGuardBlocks()
1740 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2315 BBSetVector; in analyze() typedef
2316 BBSetVector BBWorklist; in analyze()