Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1616 using BBSetVector = SetVector<BasicBlock *>; typedef
1630 const BBSetVector &Outgoing) { in redirectToHub()
1672 SmallVectorImpl<WeakVH> &DeletionCandidates, const BBSetVector &Incoming, in convertToGuardPredicates()
1673 const BBSetVector &Outgoing) { in convertToGuardPredicates()
1741 Function *F, const BBSetVector &Outgoing, in createGuardBlocks()
1766 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp2619 BBSetVector; in analyze() typedef
2620 BBSetVector BBWorklist; in analyze()