LLVM
23.0.0git
llvm
po_detail
Classes
|
Typedefs
llvm::po_detail Namespace Reference
Classes
class
NumberSet
Typedefs
template<typename GraphT>
using
DefaultSet
Typedef Documentation
◆
DefaultSet
template<typename GraphT>
using
llvm::po_detail::DefaultSet
Initial value:
std::conditional_t<GraphHasNodeNumbers<GraphT>,
NumberSet<typename GraphTraits<GraphT>::NodeRef
>,
SmallPtrSet<typename GraphTraits<GraphT>::NodeRef
, 8>>
llvm::SmallPtrSet
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
Definition
SmallPtrSet.h:527
llvm::po_detail::NumberSet
Definition
PostOrderIterator.h:96
Definition at line
116
of file
PostOrderIterator.h
.
Generated on
for LLVM by
1.14.0